duplicate certain lines _A_ by z423x5c6

*a,=map(int,input().split())
i=1
while 1:
 b=input()
 print(b)
 if i in a:print(b)
 i+=1

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page