What is the output of following code? a=12

b=56

print("Sum of these numbers is: " ,  a+b)

расулкрасава05 расулкрасава05    3   24.02.2021 13:10    1

Ответы
scfsdfddPenis scfsdfddPenis  26.03.2021 13:14

68

Объяснение:

The variable a is equal to 12, and the variable b is equal to 56. As a result, it will be 68, because in the "print ()" function, "a + b"is written at the end. Answer 68

ПОКАЗАТЬ ОТВЕТЫ
Другие вопросы по теме Информатика