Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
max/min fuction
def maximo(n1, n2): if (n1 < n2): print (n2) elif (n2 < n1): print (n1) else: print ("Son iguales") print(maximo(5,9))
run
|
edit
|
history
|
help
0
Range List for Python
Lab_III_3_24_11_2020
PyEnDecode
word repeat
Omirp
Prac
kaam ki chiz
PythonClosure2
RNG
Max