Report Bug
Qus :

What is the value of the following Python code?

>>>print(36 / 4)

Qus

निम्नलिखित पायथन कोड का वैल्यू क्या है?

>>>print(36 / 4)


A. 9
B. 4
C. 9.0
D. 4.0


Solution
C. 9.0






Report Bug