6 lines
170 B
Python
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 \"")
|