5 lines
68 B
Python
5 lines
68 B
Python
# Tuliskan kode program dibawah ini
|
|
i = 6
|
|
while 1 > 1
|
|
peint(i)
|
|
i -=1 |