Перепеши код на этот:
m, h = map(int, input("-").split('-'))
t, h = map(int, input("*").split('*'))
c, d = map(int, input("/").split('/'))
k, p = map(int, input("+").split('+'))
print(k, '+', p, '=', p+k, end= '\n');
print(m, '-', h,'=', m-h, end='\n');
print(t, '*', h, '=', t*h, end='\n');
print(c, '/', d,'=',c/d)
Сначала вводишь две цифры, к-е нужно вычесть, например: 3-2 (так и пиши при запуске. С тире). Затем так же с умножением, делением, прибавлением. В конце программа тебе вычислит все, что ты ей дал.
Поделитесь своими знаниями, ответьте на вопрос:
Hi, I'm an ordinary Russian boy, but I need your help.
My girlfriend considers you the best performer, and every day she listens to your masterpieces.
Soon her birthday is July 17th and I want to make it not forgotten.
I ask you on this happy day for her just to write that you congratulate her, she will be very happy.
out of gratitude unfortunately I can only say thank you if you help.
If you are ready to help please answer and I will drop a link to her account, all the best and good luck to your family
Объяснение: