运行下列 Python 程序,输出结果为 True,则空白处应为( )
a=15
b=46
if__________:
print(‘True’)
else:
print(‘Flase’)
a=b
a>b
a<b
a==b