2016级3、4班计算机导论

2016-9-26 10:35
请先登录。
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1.#2.缩进3.B4.C5.26 6.输出四遍hello 7.i=5 while i<20 print(i*2) i=i+1
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1.# 2.相同的缩进长度 3.b 4.c 5.26 6.HelloHelloHelloHello 7.i=10 while i<40: print (i) i=i+2
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1,# 2,缩进 3,B 4,C 5,26 6,相同缩进的四个Hello 7, i=5 while i<20 k=i*2      print(k) i=i+1
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1,# 2,缩进 3,B 4,C 5,26 6,Hello Hello Hello Hello 7,i=10      while i<40           print(i)           i=i+2
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1.#   2.缩进   3.B   4.C   5.26    6. Hello     Hello     Hello     Hello 7.i=5    while i<20:         print(i*2)...
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1 * 2 缩进  3 B  4  C  5 26 6  Hello     Hello     Hello     Hello 7 i=5   while i<20   print(i)   i=i*2
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1.# 2.缩进 3.B 4.C 5.26 6.Hello    Hello    Hello   Hello 7.i=5    while i<20         print(i)         i=i*2
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1.# 2.缩进 3.B 4.C 5.27 6.4个hello 7.i=5, while i<20, i=i+1,print(i*2)
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1.# 2.缩进 3.B 4.A 5.26 6.Hello Hello Hello Hello Hello  7.i=5   while i<20       i=i*2       print(i)
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1题,#        2题,缩进长度     3题,B       4题,D      5题,26                                    6题,Hello Hello Hello Hello    7题,   i=5            ...
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1.# 2.缩进长度 3.B 4.A 5.25.5 6.Hello Hello Hello Hello  7.i=5 while i<20:      print(i*2)      i=i+1
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1.#     2.缩进长度    3.B    4.A      5.25.5        6.Hello Hello Hello Hello Hello 7.i=5 while i<20        print(i*2)      ...
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1.# 2.缩进 3.B 4.C 5.26 6.可以输出四个Hello 7.i=5 while i<20 print(i*2) i=i+1
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1、#  2、缩进 3、B   4、C  5、26 6、Hello Hello Hello Hello   7、i=5while i<20:    print(i*2)    i=i+1
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> #    空格数    B  C  26       四个Hellow          
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1.#     2.缩进     3.B     4.C     5.26     6.Hello Hello Hello Hello 7.i=5    while i<20:    print(i*2)    i=i+1
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1.#  2.缩进  3.D  4.C  5.26   6.Hello  Hello  Hello   Hello   7.i=5  while i<20 :  print(i)  i=i+1
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> (1)#(2)缩进(3)B  (4)  C  (5)  k=26  (6)Hello Hello Hello  Hello (7)i=5  while  i<20  print(i*2)  i=i+1
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1.# 2.缩进3.B 4.C 5.26 6.Hello Hello Hello Hello 7.i=5      while i<20      print(i*2)       i=i+1
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1.# 2.缩进 3.B 4.C 5.26 6.重复四次 “hello” 7.i=5 while i<=19 print(i*2) i=i+1
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1、#   2、缩进 3、B 4、C 5、k=26 6、Hello Hello Hello Hello 7、i=5   while i<20   print(i*2)   i=i+1
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 3.A 4.B 5.26 6.Hello Hello Hello 7.
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1  # 2  相同的缩进长度 3  B 4  C 5   26 6  Hello  Hello Hello Hello 7  i=5    while   i<20    print(i*20    i=i*2
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1.# 2.缩进 3.B 4.C 5.26 6.Hello Hello Hello Hello 7.i=5 while i<20 print(i*2) i=i+1
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1.# 2.缩进 3.B 4.D 5.25.04 6.重复四遍Hello 7.i=5 while i<20       print(i*2)       i=i+1
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1.#  2.缩进  3.B  4.D  5.26  6.Hello Hello Hello Hello   7.i=5    while i<20    print i*2    i=i+1
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1.#     2.缩进    3.b   4.c   5.26   6.Hello Hello Hello Hello    7.i=5  while i<20:  print(i)   i=i*2
#2016级3、4班计算机导论# 的任务 任务4:Python(一) 有了新的提交。 <br> 1.# 2.缩进  3.B  4.C   5.26      6. Hello Hello Hello Hello  7.i=5                                                                    ...