Skip to content

Commit

Permalink
added subtract.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FahimFBA committed Oct 7, 2021
1 parent aa6c1d5 commit 6140007
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Python/subtract.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
num1 = int(input())
num2 = int(input())
print(num1 - num2)

0 comments on commit 6140007

Please sign in to comment.