Here is a trainwreck of a photo:

The challenge is to fix all of the bugs in this incredibly messy code, which the code in the image might've actually looked like (probably not)! The code given will output the same middle two lines as in the image shown above.
grade_percentage("85%", "85%") β "You PASSED the Exam"
grade_percentage("99%", "85%") β "You PASSED the Exam"
grade_percentage("65%", "90%") β "You FAILED the Exam"