Create a variable count set to 10
A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
Problem
Create a variable count set to 10. Reassign count to count - 3. Print count, then print an f-string 'Remaining: ' followed by count.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.