编辑代码

# coding:utf-8
from CarClass import Car

car = Car()

print(car.getPrice())