138k views
4 votes
This is a grade determination python script. Can anyone tell me why this gives an error when ran?

This is a grade determination python script. Can anyone tell me why this gives an-example-1
User Gdubs
by
5.3k points

1 Answer

2 votes

From the looks of it, you need to get rid of the spaces before the if, elif, and else statement along with the code blocks inside those statements. They're all improperly indented.

User Nardia
by
4.6k points