以下代码示例将打印出x的数据类型,它的数据类型是什么?
点击 此处 重试
x = ["apple", "banana", "cherry"] print(type(x)) w3exercise_input_no_0
w3exercise_input_no_0