1、[0,2,3]2、C:\explorer.exe3、(1)continue(2) list1.append(i) (3)n+=14、(1)list1.remove('芒种') (2)list1[2]='春分' (3)list1.insert(1,'雨水')