A two-dimensional array of fifteen rows and two columns

Python
Python project that demonstrates working with a two-dimensional array (15x2) and basic data processing.

The program includes:
- Array creation and manipulation
- Sorting and searching operations
- Console output formatting
- Clean and readable Python code

This project was created for practicing Python fundamentals, algorithms, and data structures.

#python #algorithms #datastructures #coding