.
This commit is contained in:
4
CS1032/practical-2023-11-15/decomment.py
Normal file
4
CS1032/practical-2023-11-15/decomment.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import sys
|
||||
|
||||
for line in sys.stdin:
|
||||
print(line.split('#')[0].rstrip())
|
||||
Reference in New Issue
Block a user