From 04d294fe10db2e106ae8eb8411cf09b575665934 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Thu, 16 Dec 2021 21:04:00 -0500 Subject: [PATCH] Ctrl+C to quit --- password_generator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/password_generator.py b/password_generator.py index a8fbfa7..3760fe0 100644 --- a/password_generator.py +++ b/password_generator.py @@ -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: