Cerca

Heus ací els resultats de la cerca.

2.7 Encapsulation @info:cursos:pue:python-pcpp1:m1
2 Resultats, Darrera modificació:
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
1 Resultats, Darrera modificació:
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
1 Resultats, Darrera modificació:
ble’s annihilation (removing the object through ''del'') * a reference to a function which will be in