Solve problem "Clock face - 1" online - Learn Python 3 - Snakify

Clock face - 1


Statement

H hours, M minutes and S seconds are passed since the midnight (0 ≤ H < 12, 0 ≤ M < 60, 0 ≤ S < 60). Determine the angle (in degrees) of the hour hand on the clock face right now.
Advertising by Google, may be based on your interests

In all the problems input the data using input() and print the result using print().