AlpacaHack Logo

Tag: Python

Sign InSign Up
Python

No description is available for this tag.

·Updated Jun 17, 2026
Python Challenges

True or False

Daily AlpacaHackTopic: OracleReleased: Jul 23, 2026

70 solves
Misc

by

tchen

tchen

Everything comes in dualities: light and dark, day and night, true and false.

Beginner Hint
  • There is probably no way to leak the random value or the flag directly with eval.
  • In Python, True behaves almost like 1, and False behaves almost like 0. Use this fact wisely.
  • If you think you found a solution that only works with an extremely low probability, you are probably doing something wrong.
true-or-false.tar.gz

Please sign in to submit the flag.

descriptionsolveswriteups