Skip to content

Commit 1be0f30

Browse files
def add()
1 parent 3e9684c commit 1be0f30

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Basic/def add().py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# * Written By Codezila.org at 26-03-2020 09:00PM (IST)
2+
#Program for print integer to float number...
3+
x=5
4+
def add():
5+
x=3
6+
x=3+5
7+
print(x)
8+
add()
9+
print(x)
10+
11+
print('\n\tCode By codezila.org :)\n\tJoin Us On : <github.com/codezila-org>\n\tFor More Mail Us : <[email protected]>')

0 commit comments

Comments
 (0)