M
mafeusek
Hallo ML.
there is following python script:
mine = { 1: "sd", 2: "mk" }
del(mine[1])
print mine
the problem is I cannot find any information about del() function in
python 2.7 documentation.
is it a documentation bug or I misunderstand something about del()?
best regards,
Pawel
there is following python script:
mine = { 1: "sd", 2: "mk" }
del(mine[1])
print mine
the problem is I cannot find any information about del() function in
python 2.7 documentation.
is it a documentation bug or I misunderstand something about del()?
best regards,
Pawel