i = 10 while i > 0: print(i, end=" ") i -= 1 else: print('Çıkış değeri:', i)