x = input() y = input() if (x == y): pass
x = input() y = input() if x == y: pass
Used when a single item in parentheses follows an if, for, or other keyword.
if
for
or