fork download
  1. def example(val):
  2. val = val + '4'
  3. val = val*2
  4. return val
  5.  
  6. example ("jump")
  7.  
  8.  
Success #stdin #stdout 0.01s 7048KB
stdin
Standard input is empty
stdout
Standard output is empty