Skip to content

Commit

Permalink
Merge pull request #1857 from nikitapandeyy/patch-1
Browse files Browse the repository at this point in the history
Update add 2 number.py
  • Loading branch information
geekcomputers authored Jul 15, 2023
2 parents 6f906e3 + 0b8eadc commit 605f2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add 2 number.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
num1=int(input("Enter the First Number : "))
num2=int(input("Enter the Second Number : "))
print("Sum :"num1 + nums2)
print("Sum:",num1 + num2)

0 comments on commit 605f2a6

Please sign in to comment.