6 lines
134 B
Python
6 lines
134 B
Python
__author__ = 'sidya'
|
|
|
|
|
|
class Panneau:
|
|
def afficherNbPlaceDisponible(self, parking):
|
|
print(parking.nbPlacesLibresParking()) |