fork download
  1. # your print('*'*11)
  2. print('* * *')
  3. print('*'*11)
  4. print('* * *')
  5. print('*'*11)
Success #stdin #stdout 0.07s 14152KB
stdin
Standard input is empty
stdout
*    *    *
***********
*    *    *
***********