Skip to content

Commit f614445

Browse files
first commit
1 parent 1be0f30 commit f614445

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Basic/def add().py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# * Written By Codezila.org at 26-03-2020 09:00PM (IST)
2-
#Program for print integer to float number...
3-
x=5
1+
# * Written By Codezila.org at 26-03-2020 09:00PM (IST)
2+
x=5 #global
43
def add():
5-
x=3
4+
x=3 #local
65
x=3+5
76
print(x)
87
add()

0 commit comments

Comments
 (0)