Start with an if statement that checks if total is less than or equal to 50.
total
50
Make sure to pick if followed by total and then <=, 50, :.
if
<=
: