0
Помогите с 17 заданием
Я не могу сделать калькулятор в задании 17
2 Answers
0
It's very simple, you just take 2 input() converting them to int() and print() the sum.
This is how you take an input, convert it to an int and store it in a variable:
a = int( input() )
0
Thanks Cristian, but im too stu
And when I read the Task, I didn't notice that it just needed to be only plus.