(Please hurry will give brainliest and anything else please Due in 5 min)
Dacey wants to calculate and display the result for the quotient of 180 divided by 60.
Which Python statement should Dacey use?
print(60 / 180)
print("60 / 180")
print = (180 / 60)
print(180 / 60)