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.
2 parents ffbfab9 + b98f648 commit 73c2d62Copy full SHA for 73c2d62
PASSWORD RELATED/RandomPassword/password.py
@@ -18,7 +18,7 @@ def main():
18
break
19
except ValueError:
20
print("Please enter a valid integer.")
21
-
+ continue
22
# Generate the specified number of passwords and print them to the console
23
print("Generated passwords:")
24
for i in range(num_pass):
0 commit comments