fork download
  1. # your code goes here
  2. def printinfo( name, age ):
  3. "This prints a passed info into this function"
  4. print (name)*(age)
  5.  
  6. return
  7. printinfo( age =5,name = "guvi")
Success #stdin #stdout 0s 23304KB
stdin
Standard input is empty
stdout
guviguviguviguviguvi