Twenty Questions

A "can you guess the answer" game is created through the use of multiple nested condition statements. The program asks questions that you must answer by inputting "yes" or "no". The program will narrow down its options towards the definitive answer, but may have a chance of attempting a wild guess beforehand determined by functions from the 'random' library.

Run Program