Pattern: Use of tab before operator
Issue: -
There should be only one space before or after operators.
Note: The →
character represents a tab.
if x→in [1, 2, 3]:
print(x)
if x in [1, 2, 3]:
print(x)
Pattern: Use of tab before operator
Issue: -
There should be only one space before or after operators.
Note: The →
character represents a tab.
if x→in [1, 2, 3]:
print(x)
if x in [1, 2, 3]:
print(x)