We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3fa9d commit 6eb8b6aCopy full SHA for 6eb8b6a
labs/password_generator.md
@@ -1,7 +1,7 @@
1
2
# Password Generator
3
4
-Let's generate a ten-character password using a loop and `random.choice()`. You can use a `while` loop or `for` loop.
+Let's generate a ten-character password using a `while` loop and `random.choice()`.
5
6
The final result will be a string of random characters all on one line.
7
0 commit comments