Files
notes/CS1032/practical-2023-11-15/decomment.py
bluepython508 dc42625cf1 .
2024-01-22 10:56:12 +00:00

5 lines
74 B
Python

import sys
for line in sys.stdin:
print(line.split('#')[0].rstrip())