Skip to content

Commit c66b044

Browse files
authored
Update pro.py
CODEZILA | codePy
1 parent f7b420e commit c66b044

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Basic/addition/pro.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
# * Written By Codezila.org at 10-03-2020 11:17PM (IST)
12
#addition of two numbers
23
#input function is use for taking input from user
34
a=input("Enter the first Number: ")
45
b=input("Enter the second Number: ")
56
## Add two numbers
67
c=int(a) + int(b)
78
# Display the sum
8-
print("Sun of",a,"and",b,"is Equal To",c)
9+
print("Sun of",a,"and",b,"is Equal To",c)
10+
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)