Solution 1.2
for
n
in
range
(
5
):
print
(
n
,
n
*
4
)
print
(
'hello'
)
print
(
'______done'
)