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 a38ecfd commit c57e315Copy full SHA for c57e315
Basic/if-else.py
@@ -0,0 +1,9 @@
1
+# * Written By Codezila.org at 26-03-2020 12:20PM (IST)
2
+#program for if-else statement..
3
+a=10
4
+b=20
5
+if(a!=b): #condition with expression
6
+ print("welcome to the codezila :")
7
+else:
8
+ print("lets try something new :")
9
+ print('\n\tCode By codezila.org :)\n\tJoin Us On : <github.com/codezila-org>\n\tFor More Mail Us : <contact@codezila.org>')
0 commit comments