fork download
  1. # your code goes here
  2. def exploder(x,m):
  3.  
  4. print x*m
  5. def myfun(explode,s,u):
  6. explode(s,u)
  7. str = "guvi"
  8. n =raw_input()
  9. t= int(n)
  10. myfun(exploder,str,t)
  11.  
Success #stdin #stdout 0s 23304KB
stdin
5
stdout
guviguviguviguviguvi