2016级7、8班计算机导论

2016-9-26 10:20
请先登录。
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
1  [1, 1.3, '2', 'China', ['l', 'am', 'another', 'list'], 'Hello World!']     [1, 1.3, '2', 'China']     [1, '2']     []   ...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
(1)[1,1.3,"2","China",["I","am","another","list"],“Hello,World”](2)[1,1.3,"2","China",["I","am","another","list"]](3)[1,1.3,"2","China"](...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
1.L=[1,1.3,"2","China",["I","am","another","list","Hello World!"]] L=[1,1.3,"2","China",["I","am","another","list"]] 1,"2" ["I...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
L=[1,1.3,"2","china",["l""am""another""list"],"Hello World"]          1,   ["l""am""another""list"]            1,   ["l""am""another...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
1、print(L):[1,1.3,"2","China",["I","am","another","list"]",Hello World!"] print(L[0:4]):[1,1.3,"2","China",["I","am","another","list...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
1.[1,1.3,"2","China",["I","am","another","list"],"Hello World"] [1,1.3,"2","China"] [1,"2"] [] [] [["I","am","another","...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
[1, 1.3, '2', 'China', ['I', 'am', 'another', 'list'], 'Hello World!'][1, 1.3, '2', 'China'][1, '2'][][][['I', 'am', 'another', 'list']...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
1. L=[1,1.3,'2','China',['I','am','another','list'],'Hello World!']     L=[1,1.3,'2','China',['I','am','another','list']]     L=[...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
1.    [1, 1.3, '2', 'China', ['I', 'am', 'another', 'list'], 'Hello world!']        [1, 1.3, '2', 'China']        [1, '2']    ...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
1.[1, 1.3, '2', 'China', ['I', 'am', 'another', 'list'], 'Hello World!'] [1, 1.3, '2', 'China'] [1, '2'] [] [] [['I', 'a...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
 [1, 1.3, '2', 'China', ['I', 'am', 'another', 'list'], 'Hello World!'] [1, 1.3, '2', 'China'] [1, '2'] [] [] [['I', 'am...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
1 (1)[1,1.3,'2','china',['I','am','anorther','list'],'Hello World!'] (2)[1,1.3,'2''china'] (3)[1,'2'] (4)[] (5)[] (6)...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
1、[1, 1.3, '2', 'China', ['I', 'am', 'another', 'list'], 'Hello World!']       [1, 1.3, '2', 'China']       [1, '2']    []     []      ...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
1.[1, 1.3, '2', 'China', ['I', 'am', 'another', 'list'], 'Hello World!'][1, 1.3, '2', 'China'][1, '2'][][][['I', 'am', 'another', 'list...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
1     [1,1.3,"2",'China",["I","am","another","list"],"Hello World!"]        [1,1.3,"2"]        [1,"2"]       []       [] ...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
1,1.3,"2","China",["I","am","another","list"]"Hello World!" 1,1.3,"2","China" 1,"2" ["I","am","another","list"]","China","2",1...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
一题、1、[1,1.3,"2","china",["I","am","another","list"],"Hello World"]          2、[1,1.3,"2","china"]          3、[1,"2"]          ...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
1.L=[1,1.3,"2","China",["I","am","another","list"],"Hello World!"]   L=[1,1.3,"2","China"]   L=[1,"2"]   L=[]   L=[]   L...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
1. ①:在L末尾增加"Hello World!" ②:输出[1,1.3,"2","China",["I","am","another","list"],"Hello World!"]  #从零开始计算 ③:输出[1,1.3,"2","China"] ...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
1. [1,1.3,"2","China",["I","am","another","list"],"Hello World!"] [1,1.3,"2","China"] [1,"2"] [] [] [["I","am","anoth...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
[1, 1.3, '2', 'china', ['I', 'am', 'another', 'list'], 'Hello World!'] [1, 1.3, '2', 'china'] [1, '2'] [] [] [['I', 'am'...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
[1,1.3,"2","China",["I","am","another","list"],"Hello,World"] [1,1.3,"2","China"] [1,"2"] [] [] ["China","2",1.3] 2. ...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
1.1)L=[1,1.3,‘2’,‘china’,['i','am',another','list'],'hello world'] [1, 1.3, '2', 'china'] [1, '2'] [] [] [['i', 'am', 'a...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。
[1, 1.3, '2', 'China', ['I', 'am', 'another', 'list'], 'Hello World!'] [1, 1.3, '2', 'China'][1, '2'] [] [] [['I', 'am', 'a...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。 <br> 1、在L列表后面加一个“Hello world!”字符串      输出L  L=[1,1.3,"2","China",["I","am","another","list"],"Hello world!"]      输出L中第一个到第三个元素   1,1....
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。 <br> 1:L=[1,1.3,'2','China',['I','am','another','list'],'Hello World!']      L=[1,1.3,'2','China']      L=[1,'2']      L=[]     ...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。 <br> 1.L.append("Hello World!") 向列表的末尾加上“Hello World”     print(L) 输出该列表的内容L=[1,1.3,"2","China",["I","am","another","list"]]     print...
#2016级7、8班计算机导论# 的任务 任务5:Python(二) 有了新的提交。 <br> 输出