summaryrefslogtreecommitdiff
path: root/progs/a951.py
blob: ab1e4c96fcb18ea7382fef37c0c3e4178c393123 (plain)
1
2
3
def big_diff(nums):
     diff= max(nums)-min(nums)
     return diff