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