Как написать калькулятор? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Как написать калькулятор?

Не могу написать калькулятор, с вводом int(input)

10th Jan 2022, 1:12 PM
YAWO -
YAWO - - avatar
2 Answers
0
Hi YAWO -, are you referring to this lesson problem? Simple Calculator (~Python Core) If yes then you have to simply add two numbers. How to take numbers? Use input function: ...=int(input()) ...
10th Jan 2022, 1:26 PM
NEZ
NEZ - avatar
0
Ok,
10th Jan 2022, 1:30 PM
YAWO -
YAWO - - avatar