Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b330d9e

Browse files
committed
added if else to hello01_print.py
1 parent 8b49d04 commit b330d9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

01_hello/hello01_print.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
print('Hello, World!')
2+
if (1 == 1):
3+
print('one is equal to 1')
4+
else:
5+
print('Maths has stopped working')

0 commit comments

Comments
 (0)