Question: Use python's IDLE o r ? your favorite IDE Type the following commands one at a time, hitting return / enter after each to input

Use python's IDLE or? your favorite IDE
Type the following commands one at a time, hitting return/enter after each to input your command.
print("Hello World!")
# I can create comments in my code as a single line print("I am alive") # or I can create comments at the end of a line.
# print("Or to comment out a line of code temporarily or permanently.")
print("That's classy")
print('I can use apostrophes as well, not only quotes.')
print('But I can use "quotes" if I want to.')
print("I just have to 'change' them up from whatever 'sits' at the very beginning and very end.")
print("Unless I use an "escape" character.")
 Use python's IDLE or? your favorite IDE Type the following commands

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!