diff --git a/01_hello/hello01_print.py b/01_hello/hello01_print.py index 09907203e..5710aa755 100755 --- a/01_hello/hello01_print.py +++ b/01_hello/hello01_print.py @@ -1 +1,5 @@ print('Hello, World!') +if (1 == 1): + print('one is equal to 1') +else: + print('Maths has stopped working')