Password Generator
You will be asked to input the length of your wanted password and whether or not it includes symbols, numbers, and uppercase letters.
Simply respond with a number between 1 and 100, and y/n.
I learnt how to utilize the random and string modules, I understood how to use the for loop in Python in one of my failed attempts and saw the difference between a string and a list and what commands work and don't work with both. I have also memorized the Github initializing and pushing procedure.
Example Output: l_4Ho'9X [Strong password in seconds created with simple input: 6, y, y, y]
Libraries used: String, Random.