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
HW. InsertionSort in Descending order
display age
Name
Lesson 7 part 2
ElaineBrown** rextester.com
Lakshya chouhan
snake water gun correct
count(even/odd)fromlist.py
Get the longest repeated non-overlapping substring
(P2) Ciągi 2