在 Python 中创建列表非常简单。列表是通过将项目括在方括号中来定义的[],用逗号分隔。 示例:创建简单列表 # Creating a list of OSos = ["Linux", "Windows ...