Ad
  • Custom User Avatar

    python considers True and False as numbers (1 and 0)

    so you are probably failing a test there

  • Custom User Avatar

    I would say you have two possibilities:

    • print the input and hardcode that case (not something to be proud of, but it can work; I did it many times :P)
    • print the input and fix your code, so your pride will be saved.

    Make your choice fellow.