Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Prime Numbers : -> Conventional Method
Yyy
error
kenken1
hahahah
324
abc1
Python
Bucket sort using LinkedList for each bucket
https://rextester.com/REAL13110
Please log in to post a comment.