A
Q. What will be the output of the following code snippet?
from math import * a = 2.19 b = 3.999999 c = -3.30 print(int(a), floor(b), ceil(c), fabs(c))
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the output of the following program
Q. The % operator returns the ___.
Q. What will be the output of this statement?
Q. What will be the value of variable y after execution of following Python code?
Q. What is the output of the following code
Q. What is the output of print 0.1 + 0.2 == 0.3?
Q. Which of the following symbol is used to end an ‘if’ statement in Python?
Q. Which of the following will print the pi value defined in math module?
Q. Evaluate the expression given below if A = 16 and B = 15.
Discusssion
Login to discuss.