Loading...
Engaged employer
whats the angle between the minute pointer and hour pointer at 3:15
Anonymous
at 3:15 hour arrow will indicate to 16minutes. So diff is 1 minute = 360/60 = 6 deg
U r right, it's 7.5 =) I was wrong and sleepy
Angle
Angle is 0 degrees
def angle(time: str) -> float: time_list = time.split(':') hour = int(time_list[0]) minutes = int(time_list[1]) hour_angle = float(hour + (minutes)/60) * (360/12) minute_angle = float(minutes) * (360/60) return abs(hour_angle - minute_angle)
Check out your Company Bowl for anonymous work chats.
Get actionable career advice tailored to you by joining more bowls.
Stay ahead in opportunities and insider tips by following your dream companies.
Get personalised job recommendations and updates by starting your searches.