Skip to content

Commit 5ef9b13

Browse files
committed
Revert example
1 parent 7662b61 commit 5ef9b13

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

examples/dynamic_gen.py

+17-17
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@
7777
"Please guess the next 20 numbers in this sequence: " + ", ".join(str(n) for n in range(700)),
7878
"Write a short essay about cell membranes.",
7979
"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?",
8484
"What's the tallest building in Paris?",
8585
"What's the most populous nation on Earth?",
8686
"What's the most populous nation on Mars?",
@@ -90,25 +90,25 @@
9090
"Who is Waldo?",
9191
"Why is Waldo?",
9292
"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?",
9595
"Why is the Hulk so angry all the time?",
9696
"How do I build a time machine?",
9797
"What seems out of place in this sequence: " + ", ".join(str(n if n != 123 else 69) for n in range(200)),
9898
"Is it legal to grow your own catnip?",
9999
"What seems out of place in this sequence: " + ", ".join(str(n if n != 160 else 420) for n in range(400)),
100100
"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?",
112112
]
113113

114114
term = Terminal()

0 commit comments

Comments
 (0)