Files
Python-HV/Pass1/Syntax.py
2018-02-22 14:42:33 +01:00

9 lines
165 B
Python
Executable File

#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")