Floor 4 - Computer Room
Santa Rosa de Lima English Secondary School
聖羅撒英文中學
Colégio de Santa Rosa de Lima - Secção Inglesa
1.
Explore the concept of List
2.
Focusing on the List processing in looping
3.
Define while loop statement for List scanning
...
[
]
...
[
]
...
[
]
...
[
]
...
[
]
...
[
]
...
[
]
...
[
]
...
[
]
...
[
]
boxes = [ 1, 1, 1, 1, 1 ]
...
[
]
boxes = [ 1, 1, 1, 1, 1 ]
print( boxes[ 0 ] )
"
"
"
"
"
"
text = "abcde"
"
"
text = "abcde"
"
"
text = "abcde"
print( text[ 0 ] )
1
2
letters = "abcdefghijklmnopqrstuvwxyz"
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
1
2
digits = "78435683769834734829347239857298561024"
Sum of all digits: 199
"ILovePython"
using a while
loop and prints the result.1
2
text = "ILovePython"
nohtyPevoLI