Class-and-Object class electronics: def moto(brand,color,model): print("Model is:",model) print("Color is:",color) print("Brand is:",brand) mobile=electronics mobile.moto("moto","dark blue","motog60")