## Explanation See https://sourcery.ai/blog/explaining-refactorings-4/ ## Example ``` # Bad if a: b elif c: b # Good if a or c: b ```