pycharm的list中clear的应用

#清空的意思
li = [11,22,33,44]
li.clear()
print(li)
#输出[],就是把列表清空

 

posted @ 2019-04-22 18:33  小逼—苏灿吉  阅读(356)  评论(0编辑  收藏  举报