We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9684c commit 1be0f30Copy full SHA for 1be0f30
Basic/def add().py
@@ -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 : <contact@codezila.org>')
0 commit comments