Skip to content

Commit c57e315

Browse files
first commit
1 parent a38ecfd commit c57e315

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Basic/if-else.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)