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
total_tips
Сумма цифр пятизначного числа
Hw
calculate the sum of string 201test70de88qa ( only numbers)
TCS Digital phase 1 12 july 2019
Lesson3 part 2
for project 1
kill
PySlots
Fu 1