Python Puzzles
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
📑 Curly Braces inside F-strings
📑 Task 1) Will the code print out the elements of the interval? 2) What minimal changes can be made to the code to see the ...
No comments:
Post a Comment