right now I'm working on a final project for my comp sci class. Part of the project involves prompting the user to create their own password. I wanted make it a requirement for the first character to be upper case and for the password to include a digit. So far, it looks like I was able to figure out the uppercase part however I cannot figure out how to verify if the password contains a digit or not. Could someone please help me ? Below I have pasted what I have so far.