Python_7_Codecademy_7_Lists, For Loop and Dictionaries
总目录课程页面:https://www.codecademy.com/内容包含课程笔记和自己的扩展折腾Lists例如:list_sample=[1,2,3,"ZHANGYong","张雍"]和string一样,可以是空的:[]和string一样,也有index,从0开始。printlist_sample[4]Output:张雍可以替换list里面的items,譬如把samplelist里面的3换成