Skip to content

Instantly share code, notes, and snippets.

@Fhernd
Created February 4, 2018 01:15
Show Gist options
  • Save Fhernd/e70f4aabec22e481c8cd81c4b44daaca to your computer and use it in GitHub Desktop.
Save Fhernd/e70f4aabec22e481c8cd81c4b44daaca to your computer and use it in GitHub Desktop.
Declaración de campos privados en una clase en Python.
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