Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
max min diff list
print("Create a function that takes a list and returns the difference between the biggest and smallest numbers") list=[1,20,30] def kuch(list): print(min(list)) def bhi(list): print(max(list)) kuch(list) bhi(list) def diff(list): print(max(list)-min(list)) diff(list)
run
|
edit
|
history
|
help
0
Q4
Принцип наименьшего времени Ферма
PyStack
Faiha Lesson 4
Byear
even no
My webapp demo
Lesson 5
Ortalama
(P3) Rok przestępny