>>> s="słowo kluczowe"
>» del (s [3] )
Traceback (most recent cali last):
File "<stdin>", linę 1, in <module>
TypeError: ’str ’ object doesn’t support item deletion
>>> def inv(x): |
print l/x # |
przykładowa funkcja |
>>> | ||
>>> inv(4.0) 0.25 |
# |
sprawdzamy jak działa |
>» del (inv) |
# |
i ją usuwamy |
>>> inv (4.0) |
# |
teraz wystąpi błąd |
Traceback (most |
recent cali |
last): |
File "<stdin> |
, linę 1, in |
<module > |
NaieError: name |
’ inv * is not |
def ined |