fork download
  1. print('This is the right code.')
  2. for i in range(10):
  3. print('Period. ')
Success #stdin #stdout 0.03s 9440KB
stdin
Standard input is empty
stdout
This is the right code.
Period. 
Period. 
Period. 
Period. 
Period. 
Period. 
Period. 
Period. 
Period. 
Period.