2021-04-18 21:39:05 +00:00

6 lines
170 B
Python

print ("Hello World")
print ("Use the print(\"\") command")
print ("You do not have to escape Parentheses()")
print ("But you do have to Escape (\) Quotation Marks \"")