summaryrefslogtreecommitdiff
path: root/doc/data/messages/u/unsupported-delete-operation/bad.py
blob: a7870e3a813c9a4abe0e52c957f52eafa2f027d6 (plain)
1
2
3
FRUITS = ("apple", "orange", "berry")

del FRUITS[0]  # [unsupported-delete-operation]