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