142k views
5 votes
What will be the results from running the following code?

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

1 Answer

7 votes

Answer:syntax error

Step-by-step explanation:

Correct on edg 2021

User HuwD
by
4.7k points