使用 textarea 取代 stdin
使用 textarea 取代 stdin
Standard input:
while 1:
try:
print(input())
except EOFError:
break
原始內容如下

Modifié le: lundi 20 mars 2023, 23:12
Standard input:
while 1:
try:
print(input())
except EOFError:
break
