下面的代码示例将打印出x的数据类型,那会是什么数据类型?
点击 此处 重试
x = True print(type(x)) w3exercise_input_no_0
w3exercise_input_no_0