

McqMate
Q. |
What is the output of the following program? from math import *
|
A. | 2 3 -4 3 |
B. | 2 3 -3 3.12 |
C. | 2 4 -3 3 |
D. | 2 3 -4 3.12 |
Answer» B. 2 3 -3 3.12 |
View all MCQs in
Python ProgrammingNo comments yet