The Clock Examiner
A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
- Seniority
- L3
Problem
Given hour (0-23) and minute (0-59), return the smaller angle in degrees between hour and minute hands of an analog clock (in the 12-hour face; take hour mod 12). Hour hand moves continuously.
Summary
Two hands on a clock - how wide is the gap?
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.