6 lines
170 B
Python
Raw Normal View History

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