I'm making a currency converter in python and I would like to be able to find what the first character in a string is. By this I mean so if the user inputs the string "$32" my program can take out the first character, being "$", and recognise that the user would like to convert from dollars.
I'm sure this is possible in python but I cant figure out for the life of me how to do it, any help would be really appreciated, thanks.