Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Встановіть відповідність між інструкціями та результатами їх роботи:
___________________________________________________
a = input () # вводимо 34b = int ( input () ) # вводимо 5print (a * b)
a = input () # вводимо 34b = input () # вводимо 5print (b * a)
a = int ( input () ) # вводимо 34b = int ( input () ) # вводимо 5print (a + b)
a = input () # вводимо 34b = input () # вводимо 5print (a + b)
a = input () # вводимо 34b = int ( input () ) # вводимо 5print (a + b)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!