Hacker News new | ask | show | jobs
by ldeangelis 2080 days ago
I was going to comment the same thing. It can be fixed by addding a conversion in the if like this:

  if int(guess) == lulu + boonie:
instead of

  if guess == lulu + boonie:
1 comments

Thanks for the catch! Should embed a version a REPL that we're not still working on.