summaryrefslogtreecommitdiff
path: root/doc/data/messages/c/comparison-with-itself/bad.py
blob: 77794bc5c92813a7c1552b8b6422a880faf4d7d9 (plain)
1
2
3
def is_an_orange(fruit):
    an_orange = "orange"
    return fruit == fruit  # [comparison-with-itself]