题目详情
单选题 以下代码执行结果( )list_one = [4,5,6]list_two = list_onelist_one[2] = 3print(list_two)
A.
B.
C.
D. A,B,C都不正确
学科:Python基础编程
时间:2024-05-21 13:00:08
相关题目
相关作业