August 2022 1 52 Report
Каков будет вывод данной программы, если на вход подать 1230?

x = int(input())
ans = 1
a = x // 1000
b = x // 100 % 10

c = x // 10 % 10
ans = a * b * c
print(ans)
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.