79402816

Date: 2025-01-31 13:13:41
Score: 1
Natty:
Report link
j=input("Enter the value")
print("The word you entered is", j)
print("The last letter of",j,"is",j[len(j)-1])
  1. Typing : It asks us what value to type if we type a value if it is dynamic.
  2. Displays : It shows you the word you wrote.
  3. End : The last letter is said.
  4. Function : It is possible to find the last letter by this function.
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Racecar