下面的语句中,哪个可以在终端区中打印出 True 呢?
print( 12 >= 56 )
print( 123 > 3 and 55 == '55')
print( 3 >= 5 )
print(123 > 3 or 55 == '55')