Which of the following statements is false?
a. The built-in max and min functions know how to determine the largest and smallest of their two or more arguments, respectively.
b. The built-in max and min functions also can receive an iterable, such as a list but not a string.
c. Using built-in functions or functions from the Python Standard Library’s modules rather than writing your own can reduce development time and increase program reliability, portability and performance.
d. All of the above statements are true.
b. The built-in max and min functions also can receive an iterable, such as a list but not a string.
You might also like to view...
The two basic types of validation rules are ________
A) field properties and field validation rules B) data validation rule and validation text C) data accuracy rules and record validation rules D) field validation rules and record validation rules
On an entity relationship diagram, derived values are represented with a ________
A) dotted square line B) dashed square line C) dotted oval line D) dashed oval line