write a program to prints the first half of the given string Get link Facebook X Pinterest Email Other Apps March 28, 2022 write a program to prints the first half of the given string. x=input() l=int(len(x)/2) print(x[:l]) Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment