Действия с переменными
Определите значение переменных a и к

Python:

y = 2021
a = y // 100
b = y % 20
c = y // 10 % 10
k = a + b + c
Введите значение а

Введите значение k
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.