Posts by milena baiao • 1 point
1 post
-
-4
votes3
answers418
viewsQ: How to write a function that takes 2 integers as a parameter and returns the largest of them?
Write the maximum function that takes 2 integers as parameter and returns the largest of them. example: >>> maximo(3, 4) 4 >>> maximo(0, -1) 0…
pythonasked milena baiao 1