Second half of the given string Get link Facebook X Pinterest Email Other Apps March 28, 2022 Second half of the given string s=input() l=int(len(s)/2) print(s[-l:]) Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment