Python 3 – 007 – Convertions
Float to Integer Integer to Float
After installing Anaconda in Ubuntu, open a terminal windows and run: The output should be something like… A new window […]
To open it with ubuntu, execute the following command to open notebook: This should open the dashboard navigate to find […]
Write print(“hello world”) command in the grey input area and press RUN (or Shift + Enter), to execute the command […]
Tuples:A tuple is a data structure that contains a sequence of elements of different data types. It can be used where you want […]
Conditions: Elif: alternative expression if the first conditional is not valid Note: Identation is strictly required