hi i want to know how i would go about highlighting specfic charchaters in python for exaple:
i would like to find all the "h" in that string are located
is there any modules or functions that can help with this
Code:
string = " help me highlight"
i would like to find all the "h" in that string are located
is there any modules or functions that can help with this
Comment