Given temperature, print whether temperature is greater than or equal to 70 on the first line, then
A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
Problem
Given temperature, print whether temperature is greater than or equal to 70 on the first line, then print whether temperature equals 100 on the second line.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.