Ad
  • Default User Avatar

    Basically he is comparing two chars, so Python will convert them into their numerical representation and then preform the > operation. (if you want to see the numeric representations, try running ord("a") or whatever char you want to see the number for)