4,174 views
40 votes
40 votes
What will be the results from running the following code?

print("Grades")
print(92)
print(80)
print("Total")
print(92 + 80)

User Parker Selbert
by
3.0k points

1 Answer

12 votes
12 votes

Answer:syntax error

Step-by-step explanation:

Correct on edg 2021

User Shanmugam
by
3.4k points