File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
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 : <.com/codezila-org>\n\tFor More Mail Us : <[email protected]>')

0 commit comments

Comments
 (0)