首页
(填空题, )表达式str([1,2,3])的值为()。
2023-11-03 11:12:38
初级Python开发工程师
(填空题, )表达式str([1,2,3])的值为()。
'[1,2,3]'
上一篇:
(填空题, )表达式str((1,2,3))的值为()。
下一篇:
(填空题, )表达式list(str([1,2,3]))==[1,2,3]的值为()。