fork download
  1. # Pattern Lecture - 1
  2. # Question: Code 1
  3.  
  4. for i in range(5):
  5. for j in range(6):
  6. print("0", end="")
  7. print()
Success #stdin #stdout 0.02s 9180KB
stdin
Standard input is empty
stdout
000000
000000
000000
000000
000000