Question: Exercise 1-1: Start up an interactive Python session and try typing in each of the following commands. Write down the results you see. print(Hello, world!)
Exercise 1-1:
- Start up an interactive Python session and try typing in each of the following commands. Write down the results you see.
- print(Hello, world!)
- print(Hello, world!)
- print(3)
- print(3.0)
- print(2 + 3)
- print(2.0 + 3.0)
- print(2 + 3)
- print(2 + 3 =, 2 + 3)
- print(2 * 3)
- print(2 ** 3)
- print(2 / 3)
the assignment was to type each command into a Python IDLE or interpreter and to note the results in this dropbox.Tell me the commands and results in video or pictures.help me in this
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
