5 lines
33 B
Python
5 lines
33 B
Python
x = 6
|
|
|
|
if x == 5:
|
|
print("True")
|
x = 6
|
|
|
|
if x == 5:
|
|
print("True")
|