MCPcopy
hub / github.com/midudev/curso-python / arrancar

Method arrancar

06_request_ai_dates/03_clases.py:22–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20 self.color = color
21
22 def arrancar(self):
23 print(f"El coche {self.marca} {self.modelo} arrancó! 🚗")
24
25
26mi_coche = Coche("Toyota", "Corolla", "rojo")

Callers 1

03_clases.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected