tutorial.eyehunts.com
Python remove first character | Example code - EyeHunts
Use string slicing syntax string[n:] with n as the number of characters to remove the first n characters from a string.
Rohit