rusher-md / learning-python

0 stars 0 forks source link

Create a python class Operation() that has the below: #13

Closed Adnan0o7 closed 11 months ago

Adnan0o7 commented 11 months ago
Adnan0o7 commented 11 months ago
  1. Define a Python function student(). Using function attributes display the names of all arguments.
Adnan0o7 commented 11 months ago

Create a Vehicle class without any variables and methods.

Create a child class Bus that will inherit all of the variables and methods of the Vehicle class.