Mutations Solution Code in Python 3 Posted by Unknown on July 14, 2015 Get link Facebook X Pinterest Email Other Apps x=input() y=input().split() y[0]=int(y[0]) d=x[:(y[0])]+y[1]+x[(y[0]+1):] print(d) Comments
Comments
Post a Comment