Given string s, write a short expression for a string that includes s repeated five times
def mult(str): return 5 * str; if __name__=='__name__': print(mult(input()))
input: exp
output: expexpexpexpexp
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment