fork(1) download
  1. def a(num):
  2. return 'a'*num
  3. print(a(2))
  4.  
Success #stdin #stdout 0.02s 8736KB
stdin
Standard input is empty
stdout
aa