Ctrl+C to quit

This commit is contained in:
Andrew Scott 2021-12-16 21:04:00 -05:00
parent 855a6bb633
commit 04d294fe10
Signed by untrusted user who does not match committer: a
GPG key ID: 3EB62D0BBB8DB381

View file

@ -89,8 +89,8 @@ def main():
print('======================')
print('| Password Generator |')
print('======================')
print('Note that ambiguous characters such as 0 (zero) and O (capital o) \
are automatically excluded!\n')
print('\nNote that ambiguous characters such as 0 (zero) and O (capital o) \
are automatically excluded! Press Ctrl+C to quit.\n')
length = ''
while length is not int: