且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在python中将单个数字转换为单个项目列表

更新时间:2023-02-10 15:17:27

这只是一个特例:

list1 = []

您可以将列表内容放在括号中。例如:

You can put the lists contents between the brackets. For example:

list1 = [i]