# Tuliskan kode program dibawah ini i = 8 while i >= 1: print(i) i -= 1