PLEASE HELP!!! You saved the definition of the vehicle class in a file called vehicleClass.py.


Which line of code will allow you to use the class in another program?


A. from * import vehicleClass

B. from vehicle import

C. from * import vehicle

D. from vehicleClass import*

Respuesta :

Answer:

D. from vehicleClass import*

Explanation:

Answer:

from vehicleClass import*

Explanation: