Password Generator
This week we built a python program to generate a random password
We started by adding a list of characters ( numbers, letters and symbols )
We then set up a loop to pick ten random characters from that list and put them together for our password
Check out the code below
In class we used the Thonny IDE ( link to download is below ) also I have a link to test out how strong your password is