Comments
# Comments are ignored by the interpreter
print('42') # You can have in-line comments as well, everything after # is ignoredLast updated
# Comments are ignored by the interpreter
print('42') # You can have in-line comments as well, everything after # is ignoredLast updated