获取您自己的 Python服务器 Result Size: 625 x 664
x
 
thislist = ["apple", "banana", "cherry"]
thislist.clear()
print(thislist)
[]