fork download
  1. for i in range(2):
  2. print('*****',end='')
  3. print()
Success #stdin #stdout 0.07s 14092KB
stdin
Standard input is empty
stdout
*****
*****