ICT (10th Grade)
Variables in Python
What is the result of the following code: x = 5, print(x + 2)
5
7
x + 2
Error