Skip to content

Commit 6eb8b6a

Browse files
removed the for loop option
1 parent 1d3fa9d commit 6eb8b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labs/password_generator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Password Generator
33

4-
Let's generate a ten-character password using a loop and `random.choice()`. You can use a `while` loop or `for` loop.
4+
Let's generate a ten-character password using a `while` loop and `random.choice()`.
55

66
The final result will be a string of random characters all on one line.
77

0 commit comments

Comments
 (0)