I would like to remove the first character of a string.

For example, my string starts with a : and I want to remove that only. There are several occurrences of : in the string that shouldn’t be removed.

I am writing my code in Python.

5 Answers
5

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *