Skip to content

Commit

Permalink
added add_2_nums.py
Browse files Browse the repository at this point in the history
  • Loading branch information
baldaudhanoriya committed Jul 28, 2022
1 parent ea5bac2 commit 83ac2e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions add_2_nums.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# for item in # this python program asks uses for 2 number and returns their sum:

a = int(input("enter first Number: "))
b = int(input("enter second Number: "))
print("sum is:", a+b)

0 comments on commit 83ac2e3

Please sign in to comment.