A
Q. What is the output of the following program? from math import *
a = 2.13
b = 3.7777
c = -3.12
print(int(a), floor(b), ceil(c), fabs(c))
- Correct Answer - Option(B)
- Views: 6
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.