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