📑 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)
📑 Task
1) Which built-in function will select from the list [a, b]📑 Answer
1) max(a, b)📑 Task
1) The 'id' attribute is directly accessible and modifiable by the user📑 Answer
1) They are named 'read-write attributes' very often