Missing Number Finder (Python) This project demonstrates three approaches to finding a missing number from a list containing numbers between 1 and 10. Approaches: Loop with predefined list Loop with runtime input Set comparison method Created as part of algorithm practice.