McqMate
| Q. |
Which of the following functions accepts only integers as arguments? |
| A. | ord() |
| B. | min() |
| C. | chr() |
| D. | any() |
| Answer» C. chr() | |
| Explanation: the function chr() accepts only integers as arguments. the function ord() accepts only strings. the functions min() and max() can accept floating point as well as integer arguments. | |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet