2021-04-17 22:41:26 -04: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 \"")