Войти
  • 589955Просмотров
  • 4 года назадОпубликованоBro Code

Python Object Oriented Programming in 10 minutes 🐍

python object oriented programming OOP tutorial example explained #python #objects #OOP #------------------------------------------------------------------ from car import Car car_1 = Car("Chevy","Corvette",2021,"blue") car_2 = Car("Ford","Mustang",2022,"red") () () #------------------------------------------------------------------ class Car: def __init__(self,make,model,year,color): = make = model = year = color def drive(self): print("This "+ +" is driving") def stop(self): print("This "+ +" is stopped") #------------------------------------------------------------------ music credits 🎼 : =========================================================== Up In My Jam (All Of A Sudden) by - Kubbi Creative Commons — Attribution-ShareAlike 3.0 Unported— CC BY-SA 3.0 Free Download / Stream: Music promoted by Audio Library ===========================================================