@@ -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
+# * Written By Codezila.org at 26-03-2020 09:00PM (IST)
+x=5 #global
4
def add():
5
-x=3
+x=3 #local
6
x=3+5
7
print(x)
8
add()
0 commit comments