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

Última modificación: lunes, 20 de marzo de 2023, 23:12
Standard input:
while 1:
try:
print(input())
except EOFError:
break
