以下代码示例将打印x的数据类型,那会是什么数据类型?
点击 此处 重试
x = {"name" : "John", "age" : 36} print(type(x)) w3exercise_input_no_0
w3exercise_input_no_0