4 lines
46 B
Text
4 lines
46 B
Text
|
|
for i in range(1,5)
|
||
|
|
print "*" * i
|
||
|
|
end for
|