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('')