Miranda should type:
print(1374 / 3)
This will correctly perform the division of 1374 by 3 and print the result.
(1 point)
Responses
print (1372 divided by 3)
print (1372 divided by 3)
print (1374 )_ 3))
print (1374 )_ 3))
print (1374 / 3)
print (1374 / 3)
print (1372 ./. 3)
print (1372 ./. 3)
1 answer
Miranda should type:
print(1374 / 3)
This will correctly perform the division of 1374 by 3 and print the result.