Menu
×
×
Correct!
Exercise:
Create a variable called
x = 5
y = 10
@(1) = x + y
print(@(1))
x = 5
y = 10
z = x + y
print(z)
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 95 exercises.
Are you sure you want to continue?