2 lines
73 B
Python
2 lines
73 B
Python
# This is a comment
|
|
foo = 5 # You can also append comments to statements
|
# This is a comment
|
|
foo = 5 # You can also append comments to statements
|