Определите, при каком наименьшем введённом значении переменной s программа выведет число 23. s = int(input()) n = 50
while s > 0:
s = s // 2
n = n - 3
print(n)
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Copyright © 2024 SCHOLAR.TIPS - All rights reserved.