单项选择题

下面代码的输出结果是()
print((3**2%3)!=(3%3))

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