fork download
  1. def func(a):
  2. b = 'spam'
  3. return a * b
  4.  
  5. print(func(8))
Success #stdin #stdout 0.01s 27616KB
stdin
Standard input is empty
stdout
spamspamspamspamspamspamspamspam