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