You need a colon at the end of every conditional statement to start a block e.g.
if platinum_achievement.has(): # stuff
You may want to check out feniksdev.com for some tutorials on conditional statements if you're having trouble!