Help me in solving PYTH73 problem

My issue

not getting answer plaese tell

My code

score = int(input("Enter the player's score: "))

if score == 100:
   print("Perfect score")
#else if score >= 80:
 #   print("Almost perfect score")
#else:
  #  print("Nice try")


Learning course: Python Programming
Problem Link: Conditions in if statements Practice Problem in Python Programming - CodeChef