MCPcopy
hub / github.com/mouredev/Hello-Python / walk

Method walk

Basic/11_classes.py:25–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 return self.__name
24
25 def walk(self):
26 print(f"{self.full_name} está caminando")
27
28
29my_person = Person("Brais", "Moure")

Callers 1

11_classes.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected