write a code for a word w and integer n and print the index n in word Get link Facebook X Pinterest Email Other Apps March 28, 2022 write a code for a word w and integer n and print the index n in word. x=input() n=int(input()) print(x[n]) Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment