write a program to print the last character of a string. Get link Facebook X Pinterest Email Other Apps March 28, 2022 write a program to print the last character of a string. x=input() print(x[-1]) Read more