Cerca

Heus ací els resultats de la cerca.

2.7 Encapsulation
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
1 Resultats, Darrera modificació:
as when applied to a Python dictionary; * the ''del'' instruction, used to delete a key-value pair.