Validate a data record: check that `name` is not empty AND `age` is between 0 and 150 (inclusive)
A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
Problem
Validate a data record: check that `name` is not empty AND `age` is between 0 and 150 (inclusive). Print "valid" if both checks pass, otherwise print "invalid".
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.