Miranda is using Python 3 as a calculator and wants to divide 1374 by 3. What should Miranda type?

print (1372 divided by 3)

print (1374 )_ 3))

print (1374 / 3)

print (1372 ./. 3)

Miranda should type:

print (1374 / 3)