value = 5 if value == value: pass
value = 5 if value: pass
Used when something is compared against itself.