Wednesday, May 8, 2024

📑 Selecting the Maximum Values

📑 Task

1) Which built-in function will select from the list [a, b]
the same object as all expressions?
2) Can you continue this list and add some expressions with the same result?

📑 Answer

1) max(a, b)
2)

No comments:

Post a Comment