We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b49d04 commit b330d9eCopy full SHA for b330d9e
1 file changed
01_hello/hello01_print.py
@@ -1 +1,5 @@
1
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