Files

15 lines
235 B
Python

def foo():
# comment on the first line
print(42) # inline comment
# comment 1
print(42)
# comment 2
return 42
# comment on the first line
print(42) # inline comment
# comment 1
print(42)
# comment 2
res = 42