fork download
  1. # your code goes here
  2.  
  3. str = 'helloworld'
  4. for s in str.split(','):
  5. print(s,' =')
Success #stdin #stdout 0.02s 9132KB
stdin
Standard input is empty
stdout
helloworld   =