Report Bug
Qus :

What is the output of following Python code?

>>print(5*(2//3))


Qus

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

>>print(5*(2//3))


A. 3
B. 3.3
C. 0
D. error


Solution
C. 0






Report Bug