1 | initial version |
In a for
loop, the line must end with a colon :
2 | No.2 Revision |
In a for
loop, the line must end with a colon :
By the way, if L
is a list, you can add an element to L
with L.append(element)
3 | No.3 Revision |
In a for
loop, the line must end with a colon :
By the way, here are some hints for the exercise:
L
is a list, you can add an element to L
with L.append(element)
[]
4 | No.4 Revision |
In a for
loop, the line must end with a colon :
By the way, here are some hints for the exercise:
L
is a list, you can add an element to L
with L.append(element)
[]
for
loop with a while
loop