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
Set
LinkedList implementation
Faiha - L6
Ej2_python_204676887
Variables.py
PyRegCapGroup
sum_of_digits.py
Homework exercise
Name
Simple calculator