Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- 2.7 Encapsulation @info:cursos:pue:python-pcpp1:m1
- print('Current liquid level:', our_tank.level) del our_tank.level </code> As you can see, access t... countError as e: print("ERROR: ",e) try: del A1.account except AccountError as e: print("E
- 4.3 Making Python objects persistent using the shelve module @info:cursos:pue:python-pcpp1:m1
- as when applied to a Python dictionary; * the ''del'' instruction, used to delete a key-value pair.
- 1.9 Looking at variables @info:cursos:pue:python-pcpp1:m3
- ble’s annihilation (removing the object through ''del'') * a reference to a function which will be in