Given: x = 23, y = 15
What is the value of new-num after the following statement executes?
new_mum = x // y

A. 1
B. 1.53333
C. 0.53333
D. None of the above