You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add create_person_from_input() function for interactive person creation
- Prompt user for name, age, and preferred operating system
- Display available OS options from OperatingSystem Enum
- Validate user input with try/except for invalid OS choices
- Create Person instance and find matching laptops
- Display matching laptops for newly created person
- Maintain existing hardcoded people and laptop matching
- Add interactive section at end to test user input functionality
0 commit comments