Starting Point
This commit is contained in:
9
Pass1/Syntax.py
Executable file
9
Pass1/Syntax.py
Executable file
@@ -0,0 +1,9 @@
|
||||
#This is a single line comment
|
||||
"""This is
|
||||
a multiline
|
||||
comment"""
|
||||
|
||||
#Python uses whitespaces for flow control
|
||||
#Python does not use {} or ;
|
||||
|
||||
print("Hello world again")
|
||||
Reference in New Issue
Block a user