9 lines
80 B
Python
9 lines
80 B
Python
if x is "abc":
|
|
pass
|
|
|
|
if 123 is not y:
|
|
pass
|
|
|
|
if "123" is x < 3:
|
|
pass
|