This project demonstrates foundational Python programming skills by analyzing numeric data using lists, loops, and conditional logic. It was built to reinforce problem-solving concepts and code readability.
- Iterating through lists
- Conditional decision-making
- Using variables for configurable logic
- Writing readable, well-commented code
- Stores a list of numbers
- Prompts the user to enter a comparison value
- Counts how many numbers in the list are greater than the user-defined value
- Displays the result in the console
- Python fundamentals
- Logical thinking
- Problem-solving
- Install Python
- Run:
python main.py
