Python 3 – 008 – Loops
For: from 1 to 8 in 2 steps. 9 should be the next number, but 8 is the limit listing: […]
For: from 1 to 8 in 2 steps. 9 should be the next number, but 8 is the limit listing: […]
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