Skip to content

Commit 4518a38

Browse files
authored
Update additon.py
CODEZILA | codePy
1 parent c66b044 commit 4518a38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Basic/addition/additon.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# * Written By Codezila.org at 12-03-2020 11:05PM (IST)
12
# This program adds two numbers
23

34
num1 = 1.5
@@ -7,4 +8,5 @@
78
sum = float(num1) + float(num2)
89

910
# Display the sum
10-
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

Comments
 (0)