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 819fcc7 commit 2e2c20eCopy full SHA for 2e2c20e
tools/password_generator/main.py
@@ -1,7 +1,7 @@
1
from random import choices
2
from string import ascii_letters, digits
3
4
-SYMBOLS = "~`!@#$%^&*()_-+={[}]|\:;<,>.?/\"'"
+SYMBOLS = "~`!@#$%^&*()_-+={[}]|:;<,>.?/\"'"
5
6
7
def generate_password(length):
0 commit comments