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