单项选择题

下面代码的输出结果是()
print((3*1)<=int(‘2’+‘1’))

A.True
B.error
C.False
D.以上答案都不对