Python: Comments
Instructions
Loading...
Your exercise will be checked with these tests:
def test():
with open("index.py") as file:
comment = file.read().rstrip()
assert comment == "# You know nothing, Jon Snow!"
print(comment)
Teacher's solution will be available in:
20:00
