HackClubNUV / Python-50-Exercises

This repo will be having 50 Exercises you can workout with Python.
1 stars 6 forks source link

Create practice2.py #3

Closed Veershah26 closed 3 years ago

Veershah26 commented 3 years ago

This file a contains a simple password generator, which generates a random password from 8 characters to 32 characters in length. This code sample uses the string library and utilises some of its features like, .join, choice, string.ascii_letters, string.punctuaion, string.digits. It also uses the random library to decide the length of the password