Report Bug
Qus : What will the following code output? print(1==1.0)
Qusनिम्नलिखित कोड आउटपुट क्या होगा? print(1==1.0)

A. True
B. False
C. 1
D. Error


Solution
A. True






Report Bug