Relational Operator
Relational Operator
關係運算子
運算子
解釋
範例
範例
print(1==1)
print(1<=1)
print('hello' == 'hello')
print('hello' == 123)
print('123' == 123)
print((1==1) and (1>=1))Last updated
print(1==1)
print(1<=1)
print('hello' == 'hello')
print('hello' == 123)
print('123' == 123)
print((1==1) and (1>=1))Last updated