Skip to content

Commit

Permalink
Update big_diff.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ArshiaRx authored Aug 26, 2021
1 parent f7c7050 commit 55ac997
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions List-2/big_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def big_diff(nums):
small = e
return big - small


print(big_diff([10, 3, 5, 6]))
print(big_diff([7, 2, 10, 9]))
print(big_diff([2, 10, 7, 2]))
#To check
#print(big_diff([10, 3, 5, 6]))
#print(big_diff([7, 2, 10, 9]))
#print(big_diff([2, 10, 7, 2]))

0 comments on commit 55ac997

Please sign in to comment.