Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Test of 'input' function.
|
||||
|
||||
s: str = ""
|
||||
|
||||
s = input()
|
||||
while len(s) > 0:
|
||||
print(s)
|
||||
s = input()
|
||||
Reference in New Issue
Block a user