Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
min max
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)
run
|
edit
|
history
|
help
0
Gift_Card Interview SQL Analysis Conducted by Miranda Zhao
reverse the number
10
gj
Rhymes child
Hello wold Happy
Python.py
super and overriding
Lesson 5 part b
PyGuessTheNum2