Created
February 4, 2018 01:15
-
-
Save Fhernd/e70f4aabec22e481c8cd81c4b44daaca to your computer and use it in GitHub Desktop.
Declaración de campos privados en una clase en Python.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Radio: | |
marca = 'ABC Inc.' | |
_numero_diodos_ = 200 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment