tutorial.eyehunts.com
Get last two characters of string Python | Example code - EyeHunts
Use slice notation [length-2:] to Get the last two characters of string Python. For it, you have to get the length of string and minus 2 char
Rohit