|
77 | 77 | "Please guess the next 20 numbers in this sequence: " + ", ".join(str(n) for n in range(700)),
|
78 | 78 | "Write a short essay about cell membranes.",
|
79 | 79 | "What's up?",
|
80 |
| - # "How do I open a can of beans?", |
81 |
| - # "How do I open a can of soup?", |
82 |
| - # "How do I open a can of strawberry jam?", |
83 |
| - # "How do I open a can of raspberry jam?", |
| 80 | + "How do I open a can of beans?", |
| 81 | + "How do I open a can of soup?", |
| 82 | + "How do I open a can of strawberry jam?", |
| 83 | + "How do I open a can of raspberry jam?", |
84 | 84 | "What's the tallest building in Paris?",
|
85 | 85 | "What's the most populous nation on Earth?",
|
86 | 86 | "What's the most populous nation on Mars?",
|
|
90 | 90 | "Who is Waldo?",
|
91 | 91 | "Why is Waldo?",
|
92 | 92 | "Is it legal to base jump off the Eiffel Tower?",
|
93 |
| - # "Is it legal to base jump into a volcano?", |
94 |
| - # "Why are cats better than dogs?", |
| 93 | + "Is it legal to base jump into a volcano?", |
| 94 | + "Why are cats better than dogs?", |
95 | 95 | "Why is the Hulk so angry all the time?",
|
96 | 96 | "How do I build a time machine?",
|
97 | 97 | "What seems out of place in this sequence: " + ", ".join(str(n if n != 123 else 69) for n in range(200)),
|
98 | 98 | "Is it legal to grow your own catnip?",
|
99 | 99 | "What seems out of place in this sequence: " + ", ".join(str(n if n != 160 else 420) for n in range(400)),
|
100 | 100 | "What seems out of place in this sequence: " + ", ".join(str(n if n != 161 else 421) for n in range(400)),
|
101 |
| - # "What's inside a black hole?", |
102 |
| - # "What do the numbers 2, 4, 8, 16, 32 and 64 have in common?", |
103 |
| - # "What do the numbers 2, 3, 5, 7, 11 and 13 have in common?", |
104 |
| - # "Is there life on Mars?", |
105 |
| - # "Hello!", |
106 |
| - # "Hi!", |
107 |
| - # "Boop!", |
108 |
| - # "Why are cats better than dogs?", |
109 |
| - # "Why are cats better than dogs?", |
110 |
| - # "Why are cats better than dogs?", |
111 |
| - # "Why are cats better than dogs?", |
| 101 | + "What's inside a black hole?", |
| 102 | + "What do the numbers 2, 4, 8, 16, 32 and 64 have in common?", |
| 103 | + "What do the numbers 2, 3, 5, 7, 11 and 13 have in common?", |
| 104 | + "Is there life on Mars?", |
| 105 | + "Hello!", |
| 106 | + "Hi!", |
| 107 | + "Boop!", |
| 108 | + "Why are cats better than dogs?", |
| 109 | + "Why are cats better than dogs?", |
| 110 | + "Why are cats better than dogs?", |
| 111 | + "Why are cats better than dogs?", |
112 | 112 | ]
|
113 | 113 |
|
114 | 114 | term = Terminal()
|
|
0 commit comments