Python lvl up

pts = 101
if (100 < pts):
  print("Level up")
  
Insert_Name_Here