Computer Science, asked by eniggmaaag, 6 months ago

Write a program to input a word from the user and print the last letter only.

Answers

Answered by heyhit70
0

Answer:

magsjsksksksksbdbfhrjejskskakskskakskss

Answered by Rishu12421
0

v = input("Enter a word: ")

for i in v:

a=i

print(i)

Similar questions