Що надрукує програма, якщо x = 123; x = 54 321?
def f(x):
k = 0
while x>0:
x = x // 10
k += 1
return k
x = int(input('x = ?'))
print(f(x))


дуже прошу вже не можу відмічю як кращій❤️​
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.