Помогите с 17 заданием | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Помогите с 17 заданием

Я не могу сделать калькулятор в задании 17

22nd Jan 2022, 1:26 PM
Kirilo Volhin
Kirilo Volhin - avatar
2 Réponses
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() )
22nd Jan 2022, 2:27 PM
CGM
CGM - avatar
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.
22nd Jan 2022, 2:45 PM
Kirilo Volhin
Kirilo Volhin - avatar