Report Bug
Qus :

What will be the output of the following python code?

from math import *
 floor(11.7)

Qus

निम्नलिखित पायथन कोड का आउटपुट क्या होगा?

from math import *

 floor(11.7)



A. 12
B. 11
C. 11.0
D. none of these


Solution
B. 11






Report Bug