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 c66b044 commit 4518a38Copy full SHA for 4518a38
Basic/addition/additon.py
@@ -1,3 +1,4 @@
1
+# * Written By Codezila.org at 12-03-2020 11:05PM (IST)
2
# This program adds two numbers
3
4
num1 = 1.5
@@ -7,4 +8,5 @@
7
8
sum = float(num1) + float(num2)
9
10
# Display the sum
-print('The sum of {0} and {1} is {2}'.format(num1, num2, sum))
11
+print('The sum of {0} and {1} is {2}'.format(num1, num2, sum))
12
+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