Repository for the exercise 1
This is the working repository for the course exercises. In this repository other students of the course will collaborate to complete the content.
- Created repository
- Updated content import matplotlib.pyplot as plt plt.plot([1, 2, 3, 4]) plt.ylabel('algunos números') plt.show()