summaryrefslogtreecommitdiff
path: root/doc/data/messages/n/nonexistent-operator/bad.py
blob: ab284fa3b13acd25a4b7107721a2f730dace73fb (plain)
1
2
3
4
5
i = 0

while i <= 10:
    print(i)
    ++i  # [nonexistent-operator]