fork download
  1. print ("marek")
  2. print ("*****")
  3. print ("****")
  4. print ("***")
  5. print ("**")
  6. print ("*")# your code goes here
Success #stdin #stdout 0.01s 7120KB
stdin
Standard input is empty
stdout
marek
*****
****
***
**
*