What is the output of this program?
score = 9
Score = 8
print(score)
- 9
- 8
- 17
- an error message
1 answer
9
score = 9
Score = 8
print(score)
- 9
- 8
- 17
- an error message
1 answer