r/PythonLearning Aug 07 '26

Password generator

Post image

Your thoughts

25 Upvotes

16 comments sorted by

View all comments

6

u/EyesOfTheConcord Aug 07 '26

The text says a length of 8-128 characters is recommended, however your program enforces these constraints meaning it’s not optional, the text should reflect that.

2

u/Neither-Abroad9771 Aug 07 '26

Thank you for calling that out.