निम्नलिखित पायथन कोड का आउटपुट क्या है?
What is the output of following Python code ?
>>>print(5*(2//3))
A)
B)
C)
D)
Explanation: