Merging collapsible if statements increases the code's readability.
if
if condition1: if condition2: # ...
if condition1 and condition2: # ...