5 lines
54 B
Python
5 lines
54 B
Python
|
|
from car import car
|
||
|
|
|
||
|
|
myCar = car()
|
||
|
|
|
||
|
|
myCar.showOffCar()
|