Vidyalelo
Python · Q108

Module in Python

Programming · Python · question 108

Q108

What will be the output of the following code:from math import ceilprint(ceil(4.3))

A.
The smallest integer greater than or equal to 4.3
Answer
B.
An error will occur
C.
4
D.
5

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board