Clock Angle Problem: Given time in hh:mm format in 24-hour notation, calculate the shorter angle between the hour and minute hand in an analog clock [closed]
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 30 mins ago.
Improve this questionClock Angle Problem: Given time in hh:mm format in 24-hour notation, calculate the shorter angle between the hour and minute hand in an analog clock. Input: 5:30 Output: 15° Input: 21:00 Output: 90° Input: 12:00 Output: 0°
Help me with help of python.
精彩评论