VARIABLES. OUTPUT FORMATS




ЗАДАЧА
What the program will display
a = 4
b = 5
c = 9
print( "a", "+b", "=", c )

Ответ:

     
Результаты проверки: