Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b49d04 commit b330d9eCopy full SHA for b330d9e
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