

MCQOPTIONS
Saved Bookmarks
This section includes 3 Mcqs, each offering curated multiple-choice questions to sharpen your Python knowledge and support exam preparation. Choose a topic below to get started.
1. |
What will be the output of the following Python function? |
A. | Error, 6 |
B. | 12, Error |
C. | 12, 6 |
D. | Error, ErrorView Answer |
Answer» B. 12, Error | |
2. |
What will be the output of the following Python expression? |
A. | 4.5 |
B. | 5 |
C. | 4 |
D. | 4.6View Answer |
Answer» C. 4 | |
3. |
Which of the following functions is a built-in function in python? |
A. | seed() |
B. | sqrt() |
C. | factorial() |
D. | print() |
Answer» E. | |