Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
[Python] Запрограмуйте суму 5 + 10, використовуючи дві змінні: x і y.
x := 5-10
y = 10+5
display(x + y)
x := 5
y == 10
write(x + y)
x = 5
y = 10
print(x + y)
x == 5.00000;
y == 10,00000
monitor(X + Y)
#x = 5;
#y != 10;
#output(x + y);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!