Given a `status` string and two safe values `safe1` and `safe2`, print "alert" if the status does no
A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
Problem
Given a `status` string and two safe values `safe1` and `safe2`, print "alert" if the status does not match either safe value. Otherwise, print "ok".
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.