Given start, use a while loop to double start repeatedly until it is greater than or equal to 100
A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
Problem
Given start, use a while loop to double start repeatedly until it is greater than or equal to 100. Print the final value.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.