Here is my class code that I am trying to import, the file is called car.py:
class Car:
def __init__(self, make, model, year):
self.make = make
- 消灭零回复
- 热议问题