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:

  1. Start up an interactive Python session and try typing in each of the following commands. Write down the results you see.
    1. print(Hello, world!)
    2. print(Hello, world!)
    3. print(3)
    4. print(3.0)
    5. print(2 + 3)
    6. print(2.0 + 3.0)
    7. print(2 + 3)
    8. print(2 + 3 =, 2 + 3)
    9. print(2 * 3)
    10. print(2 ** 3)
    11. 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!