Please answer to my qestion :- write a single line statement to extract last character of string x.
Answers
Answered by
0
Answers :
In python
print(x[-1])
It's is a shortcut answer
Similar questions