File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
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)