0
"" and not ' '? Also semicolons?
Should I use print("Hello world!") or print('Hello world!')? Also why is there no semicolon needed? Thanks!
1 Odpowiedź
+ 3
Python uses newline character as a statement terminator instead of ";".
Should I use print("Hello world!") or print('Hello world!')? Also why is there no semicolon needed? Thanks!