feat: Initial commit
This commit is contained in:
3
Laboratorio7/esercizio6.py
Normal file
3
Laboratorio7/esercizio6.py
Normal file
@@ -0,0 +1,3 @@
|
||||
def sum_without_smallest(a):
|
||||
mini = min(a)
|
||||
return sum(a) - mini
|
||||
Reference in New Issue
Block a user