I'm learning to program in Python.
At this point I need to implement a class that has the following characteristics:
A class called parking, which simulates the operation of a parking lot.
- The class receives an integer and determines the park's capacity
- The class returns an object with the following methods: Enter (): corresponds to the input of a car
-Sai (): corresponds to the output of a car
-Links (): indicates the number of free seats in the parking lot.
I'm having trouble creating the code.
I can not get The class gets an integer and determines the park's stocking