From b365233991145437aa28a9353805f77c6a84246d Mon Sep 17 00:00:00 2001 From: Aryan810 <67587135+Aryan810@users.noreply.github.com> Date: Wed, 30 Sep 2020 20:03:36 +0530 Subject: [PATCH] Update project.py --- project.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project.py b/project.py index a99e87b..b9589eb 100644 --- a/project.py +++ b/project.py @@ -24,7 +24,7 @@ def clear_screen(): # PROJECT SOURCE CODE ... def main(): - print('hello world!') + print('Hello World! \n') input('') try: get('https://www.google.com/') @@ -43,8 +43,8 @@ def main(): main() else: clear_screen() - print('error , worng password ...') + print('error, \nWrong password ...') input('') except ConnectionError: - print('error , connect to network ...') + print('error, \nConnect to network ...') input('')