examples.zip
Register Interest
Give Feedback
3 Day workshops
Day 1
Day 2
Day 3
Solution 1.3
Source
Slides
View as slides
Solution 1.3
ΒΆ
for
n
in
range
(
5
):
for
c
in
'abc'
:
print
(
n
,
c
)
Back to top