A Python project that generates pyramid and star patterns using nested loops, conditional statements, and exception handling.
- Generates pyramid/star patterns
- User-defined start and end range
- Uses nested loops
- Handles invalid input using try-except
- Beginner-friendly Python project