Hi fellow developers, so i just started coding with Python.
I am trying to print a " If or Else, statement " and is just not letting me print, telling me i did something wrong. Can't seem to figure it out..
I am trying to print a " If or Else, statement " and is just not letting me print, telling me i did something wrong. Can't seem to figure it out..

score = 99 if score == 100: print ("Congrat, u reached 100") else: print("Almost at 100")Print box:
Error:Syntax:Error: Invalid syntax
[Finished in 0.0s with exit code 1]
Forgive me if i am a noob 