Purr-Data_example_source_codes / PurrLM_training_data_FINAL_randomized.csv
ParZiVal04's picture
Upload PurrLM_training_data_FINAL_randomized.csv
906f98d verified
Instruction,Response
write Purr-Data code to show a message when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 40 43 Bang clicked!;
#X obj 234 107 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write purr-data source code that should output the message ""This is a different message"" on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 491 225 This is a different message;
#X obj 7 402 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write purr-data source code that should output the message """"Welcome!"""" on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 122 420 Welcome!;
#X obj 140 172 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays the message 'Hello there!' when you click the bang,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 291 402 Hello there!;
#X obj 256 251 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data code snippet that prints 'Why did the scarecrow win an award?' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 381 62 Why did the scarecrow win an award?;
#X obj 93 48 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
can you make a Purr-Data patch that displays a funny message?,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 334 25 What do you call a fish with no eyes? Fsh!;
#X obj 427 335 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch to display a greeting message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 76 84 Hello!;
#X obj 70 133 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to print a message that tells the user to click the bang,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 63 91 Click the bang to see something!;
#X obj 318 355 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
can you make a Purr-Data patch that displays a random message?,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 143 94 Surprise! You clicked the bang.;
#X obj 478 9 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write a Purr-Data patch to display the message ""Have a nice day!"" when the bang is clicked","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 20 317 Have a nice day!;
#X obj 128 467 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to display a motivational quote when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 199 18 Believe you can and you're halfway there.;
#X obj 203 41 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny joke,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 285 18 Why can't a bicycle stand up by itself? It's two-tired!;
#X obj 102 465 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to display a random fun fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 253 410 Apples are more effective at waking you up in the morning than coffee.;
#X obj 156 416 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display an inspirational message when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 108 444 You have the power to make your dreams come true.;
#X obj 209 452 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a thought-provoking question on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 164 40 What is the meaning of life?;
#X obj 291 437 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a random Dad joke when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 188 304 Why can't a bicycle stand on its own? It's two-tired!;
#X obj 443 258 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a famous movie quote on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 243 467 May the Force be with you.;
#X obj 462 144 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a random trivia fact when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 246 130 Cats have fewer toes on their back paws than on their front paws.;
#X obj 294 92 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data source code snippet to print a tongue twister on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 233 412 She sells sea-shells by the sea-shore.;
#X obj 406 493 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to display a funny pun when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 475 238 I tried to catch some fog earlier. I mist.;
#X obj 408 443 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch to print a random fun fact about animals on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 361 325 Giraffes only sleep around 4.6 hours per day.;
#X obj 277 403 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to display an interesting historical fact when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 391 480 The first product to have a barcode was Wrigley's gum.;
#X obj 391 265 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 305 239 Why can't a shoe be polished? It's a little loafer!;
#X obj 297 159 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting science fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 462 467 The Earth's rotation is gradually slowing down due to the moon's gravitational pull.;
#X obj 102 290 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a random inspiring quote when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 36 118 The only way to do great work is to love what you do. - Steve Jobs;
#X obj 83 84 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a fun brain teaser on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 133 219 What gets wetter the more it dries?;
#X obj 20 442 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a surprising statistical fact when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 84 250 There are more possible game positions in chess than atoms in the observable universe.;
#X obj 301 431 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a funny definition on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 442 270 Boomerang: A stick that keeps coming back to remind you how bad your throwing skills are.;
#X obj 490 164 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a random fascinating fact about space when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 159 103 40 is a planet made of diamond, around 40 light-years from Earth.;
#X obj 428 293 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting linguistic fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 402 439 The word 'Goodbye' comes from the phrase 'God be with you'.;
#X obj 410 189 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny definition of a common word when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 96 479 Mosquito: An insect that was designed by God just to prove that he has a sense of humor.;
#X obj 128 108 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random interesting fact about the human body on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 226 262 Your stomach produces a new layer of mucus every two weeks to prevent itself from digesting itself.;
#X obj 104 77 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny definition of a made-up word when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 142 134 Frumious: The state of being covered in breadcrumbs.;
#X obj 412 399 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fun fact about music when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 200 485 The song 'Happy Birthday' generates around $2 million per year in royalties.;
#X obj 64 12 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a random interesting fact about words when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 201 443 The sentence 'The quick brown fox jumps over the lazy dog' uses every letter in the English language.;
#X obj 246 330 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a funny definition of a common phrase on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 216 154 'Once in a blue moon': An event that may never happen, since the moon is never actually blue.;
#X obj 209 84 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a surprising math fact when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 111 12 There are infinitely many prime numbers, but the sum of all their reciprocals converges to a finite value.;
#X obj 271 462 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print an interesting fact about colors on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 28 30 The color 'pink' was once called 'yellow-red'.;
#X obj 160 54 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake vocabulary word definition when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 179 173 Snugglefudge (n): The act of falling asleep on the couch while watching TV.;
#X obj 262 28 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fun fact about animals on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 154 289 Hippos are born underwater.;
#X obj 322 467 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display an interesting geographical fact when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 112 95 1 Sahara Desert is increasing by around 1 mile per year.;
#X obj 452 168 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a funny fake etymology for a common word on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 331 161 Pumpkin: From the Middle English 'pompe-kyn', meaning a child who constantly brags about themselves.;
#X obj 73 289 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny made-up proverb when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 213 311 'An apple a day keeps anyone away, if you throw it hard enough.';
#X obj 347 316 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random interesting fact about technology on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 90 356 The first computer mouse was made of wood.;
#X obj 483 89 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake dictionary definition when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 6 115 Unkempt (adj.): Having a hair style you'd least expect from the dictionary.;
#X obj 381 75 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a surprising fact about the economy on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 472 86 More Monopoly money is printed each year than real currency.;
#X obj 155 159 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake acronym definition when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 168 369 DOGMA: Dissent, Obviously Generated by Maverick Agitators;
#X obj 378 76 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a surprising fact about the human mind on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 397 405 The human brain operates on the same amount of power as a 10-watt light bulb.;
#X obj 59 311 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny made-up product name and tagline when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 326 372 SnoreAway Pillow: Finally, a good night's sleep for you AND your partner!;
#X obj 222 255 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting fact about ancient civilizations on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 43 104 The ancient Egyptians used slabs of limestone as sun-heated baths.;
#X obj 81 305 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake holiday when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 173 10 National Procrastination Day: A holiday you'll celebrate tomorrow.;
#X obj 436 19 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random fascinating fact about physics on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 86 364 If you traveled at the speed of light, time would appear to stand still.;
#X obj 498 39 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny made-up movie title when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 381 105 'Lord of the Swing Sets: The Playground Menace';
#X obj 132 352 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print an interesting linguistic fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 98 192 The letter 'Q' does not appear in any U.S. state name.;
#X obj 180 56 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake inspirational quote when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 194 130 'Shoot for the moon. Even if you miss, you'll land among the shooting stars.' - Delusional Optimist;
#X obj 488 112 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a random fascinating fact about chemistry on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 207 293 Humans share about 60% of their DNA with banana plants.;
#X obj 324 229 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny made-up book title when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 109 393 'How to Avoid Huge Ships' by Miss Aimee Sayer;
#X obj 276 167 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print an interesting fact about ancient mythology on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 123 325 In Greek myth, the Oracle of Delphi was a woman who inhaled toxic vapors to induce a trance-like state.;
#X obj 405 334 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake public service announcement when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 353 110 This is a test of the Emergency Sandwich System. This is only a test.;
#X obj 380 212 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fascinating biological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 331 99 Your body contains about 60,000 miles of blood vessels.;
#X obj 22 198 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny made-up business name when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 261 481 Binge & Purge: We're a full service snacking solutions provider!;
#X obj 177 406 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting historical fact about exploration on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 313 115 When Columbus arrived in the Bahamas in 1492, he thought he had reached East Asia.;
#X obj 324 419 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake movie tagline when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 177 111 'Snakes on a Submarine' - An underwater thriller that's sure to make waves.;
#X obj 112 79 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random fascinating fact about Earth sciences on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 49 476 7 deepest point in the world's oceans is the Challenger Deep in the Mariana Trench, which extends nearly 7 miles below the surface.;
#X obj 151 229 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny made-up proverb when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 472 461 'The squeaky wheel gets replaced.';
#X obj 474 310 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print an interesting psychological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 98 403 Humans are born with a fear of falling and loud noises.;
#X obj 268 161 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake warning label when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 498 146 WARNING: Oxygen may be habit-forming. Discontinue use if you experience shortness of breath.;
#X obj 32 362 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a random fascinating fact about meteorology on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 370 383 Snow is rain that has frozen before hitting the ground.;
#X obj 437 14 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny made-up country name when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 83 119 The Republic of Crackedria: A nation divided by broken sidewalks.;
#X obj 311 167 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print an interesting archaeological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 407 50 The Great Pyramids of Giza are the only remaining wonder of the ancient world.;
#X obj 272 135 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake ingredient when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 396 122 Ingredients: Artificial Flavors, Synthetic Happiness, Reconstituted Childlike Wonder;
#X obj 83 53 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fascinating botanical fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 5 266 3 is actually a type of grass, and can grow up to 3 feet in a single day.;
#X obj 6 407 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny made-up law when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 491 398 It is illegal to leave a shopping cart roaming the streets after midnight.;
#X obj 125 441 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting fact about ancient architecture on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 298 126 The Great Pyramid of Giza is the only remaining Wonder of the Ancient World.;
#X obj 444 372 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake inspirational poster slogan when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 194 434 Limitations: The Endless Possibilities!;
#X obj 255 267 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random fascinating fact about the solar system on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 388 393 Venus is the only planet that spins clockwise on its axis.;
#X obj 434 452 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake dictionary definition when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 259 173 Amnesia (n): A condition that enables you to forget the hilarious names you gave your kids.;
#X obj 142 293 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print an interesting fact about ancient weapons on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 257 297 Ancient Persians invented the first hand grenades in the 7th century.;
#X obj 18 355 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake dictionary word origin when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 485 332 Insomnia (n.): From the Latin 'in' meaning 'awake all darn' and 'somnia' meaning 'night'.;
#X obj 259 244 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a random fascinating zoological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 152 295 Cows have a single stomach, but it has four different compartments.;
#X obj 452 202 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake informercial product when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 313 270 The Sham-Wow 2000: It's a towel! It's a mop! It's a mediocre conversation starter!;
#X obj 238 301 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print an interesting historical anecdote on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 224 45 Napoleon was once attacked by a herd of rabbits that leapt out of a bush.;
#X obj 97 82 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny made-up assembly instruction when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 77 2 Step 1: Assemble parts A through Z in order. Step 2: Marvel at your life choices.;
#X obj 98 221 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fascinating ecological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 273 264 Around 85% of the world's plant life is found in the oceans.;
#X obj 214 426 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake principle for an -ology when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 310 450 Frisbeetology: The study of aerodynamic circular objects that seem to defy physics.;
#X obj 27 295 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting fact about ancient philosophy on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 451 492 Ancient Greek philosophers thought the brain was just a radiator to cool the heart.;
#X obj 289 58 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake government agency name when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 16 490 The Department of Redundancy Department;
#X obj 93 63 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random fascinating astronomical fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 236 56 There are more trees on Earth than there are stars in the Milky Way galaxy.;
#X obj 308 11 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake etymological origin for a word when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 309 117 Doughnut: From the Greek 'dough' meaning 'baked batter', and 'nought' meaning 'useless expenditure of calories'.;
#X obj 377 240 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print an interesting fact about ancient trade routes on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 292 321 The ancient Silk Road connected China to the Mediterranean over 4,000 miles away.;
#X obj 466 380 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake charitable organization name when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 162 15 Pennies for Literally Anything (Just Give Us Pennies);
#X obj 470 313 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a fascinating historical fact about early aviation on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 238 378 The first aircraft engine powered by a rotating blade was designed in the late 18th century.;
#X obj 50 70 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake ad slogan when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 35 364 New Zig-Zag Paper Clips - They'll Never Straighten Out This Mystery!;
#X obj 336 47 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write a Purr-Data patch to display the message 'Hello, world!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 474 130 Hello, world!;
#X obj 48 141 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Keep smiling!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 247 256 Keep smiling!;
#X obj 330 416 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show a motivational message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 357 284 You can do it!;
#X obj 96 59 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 488 393 Why can't a bicycle stand up by itself? It's two-tired!;
#X obj 74 378 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 451 42 Did you hear about the claustrophobic astronaut? He just needed a little space!;
#X obj 42 444 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Good morning!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 343 197 Good morning!;
#X obj 124 191 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Have a wonderful day!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 364 354 Have a wonderful day!;
#X obj 33 409 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'You're awesome!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 380 406 You're awesome!;
#X obj 201 206 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 121 377 Why was the math book sad? Because it had too many problems!;
#X obj 54 443 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 367 95 What do you call a fake noodle? An Impasta!;
#X obj 123 252 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write a Purr-Data patch to display the message 'Smile, it's contagious!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 58 371 Smile, it's contagious!;
#X obj 265 450 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'You've got this!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 235 214 You've got this!;
#X obj 448 434 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Believe in yourself!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 392 376 Believe in yourself!;
#X obj 146 81 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 14 461 Why did the kid throw his clock out the window? Because he wanted to see time fly!;
#X obj 270 192 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 386 83 What kind of shoes do frogs wear? Opentoas!;
#X obj 377 47 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Stay positive!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 343 347 Stay positive!;
#X obj 163 132 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'You are strong!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 38 375 You are strong!;
#X obj 135 236 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Dream big!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 422 309 Dream big!;
#X obj 26 435 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 397 440 Why was the math book sad? It had too many problems!;
#X obj 72 374 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 170 330 What do you call a bear with no teeth? A gummy bear!;
#X obj 306 485 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'You can move mountains!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 2 61 You can move mountains!;
#X obj 461 441 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Your future is bright!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 199 375 Your future is bright!;
#X obj 323 442 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Never give up!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 344 395 Never give up!;
#X obj 302 166 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 253 14 Why did the tomato turn red? Because it saw the salad dressing!;
#X obj 357 194 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 373 470 What do you call a boomerang that doesn't come back? A stick!;
#X obj 406 101 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'You are enough!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 330 438 You are enough!;
#X obj 154 409 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"create a Purr-Data source code that prints 'Keep going, you're doing great!' when the bang is clicked","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 381 82 Keep going, you're doing great!;
#X obj 280 406 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Believe in your dreams!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 427 463 Believe in your dreams!;
#X obj 444 239 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 339 151 Why did the kid throw his clock out the window? Because he wanted to see time fly!;
#X obj 328 452 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 476 408 What do you get when you cross a snowman with a vampire? Frostbite!;
#X obj 238 9 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write a Purr-Data patch to display the message 'You've got this, champ!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 140 130 You've got this, champ!;
#X obj 180 280 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Embrace your uniqueness!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 360 137 Embrace your uniqueness!;
#X obj 219 57 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write Purr-Data code to show the message 'Believe in yourself, and you will be unstoppable!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 80 53 Believe in yourself, and you will be unstoppable!;
#X obj 13 92 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 349 212 Why did the bicycle fall over? Because it was two-tired!;
#X obj 8 365 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Make today amazing!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 115 203 Make today amazing!;
#X obj 417 344 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'You've got the power!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 386 313 You've got the power!;
#X obj 489 19 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 304 205 12 can't a nose be 12 inches long? Because then it would be a foot!;
#X obj 50 105 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 351 467 What do you call a dog magician? A labracadabrador!;
#X obj 230 136 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Stay curious!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 66 81 Stay curious!;
#X obj 32 29 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Spread kindness!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 464 320 Spread kindness!;
#X obj 70 413 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Chase your dreams!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 360 243 Chase your dreams!;
#X obj 116 240 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 198 390 Why did the kid throw his clock out the window? Because he wanted to see time fly!;
#X obj 414 240 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 12 408 What did one wall say to the other? I'll meet you at the corner!;
#X obj 286 420 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Be the change you wish to see!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 0 402 Be the change you wish to see!;
#X obj 360 68 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Embrace your weirdness!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 102 188 Embrace your weirdness!;
#X obj 375 91 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'You are braver than you believe!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 223 137 You are braver than you believe!;
#X obj 345 14 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 64 315 What kind of music do planets listen to? Neptunes!;
#X obj 201 388 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 401 257 Why did the kid throw the clock out the window? To see time fly!;
#X obj 245 60 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Today is your day!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 130 279 Today is your day!;
#X obj 213 10 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Keep shining bright!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 22 492 Keep shining bright!;
#X obj 357 387 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write Purr-Data code to show the message 'You've got this, superstar!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 136 25 You've got this, superstar!;
#X obj 231 330 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 199 86 Why was the stadium hot after the game? Because there were so many fans!;
#X obj 44 176 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 30 118 What do you call a bear with no teeth? A gummy bear!;
#X obj 257 36 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Unleash your potential!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 282 492 Unleash your potential!;
#X obj 449 187 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Seize the day!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 87 172 Seize the day!;
#X obj 208 194 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Let your light shine!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 170 246 Let your light shine!;
#X obj 4 133 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 495 428 Why can't a bicycle stand up by itself? It's two-tired!;
#X obj 299 409 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 494 383 What do you call a fake noodle? An Impasta!;
#X obj 93 84 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Appreciate the little things!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 389 222 Appreciate the little things!;
#X obj 189 367 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Stay humble and kind!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 310 114 Stay humble and kind!;
#X obj 452 316 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'You are strong and capable!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 443 269 You are strong and capable!;
#X obj 40 215 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 229 331 Why did the kid throw his clock out the window? Because he wanted to see time fly!;
#X obj 205 400 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show a message when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 183 487 Bang clicked!;
#X obj 61 468 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write purr-data source code that should output the message ""This is a different message"" on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 199 454 This is a different message;
#X obj 228 380 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write purr-data source code that should output the message """"Welcome!"""" on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 280 318 Welcome!;
#X obj 320 395 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays the message 'Hello there!' when you click the bang,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 212 54 Hello there!;
#X obj 280 297 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data code snippet that prints 'Why did the scarecrow win an award?' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 40 87 Why did the scarecrow win an award?;
#X obj 88 361 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
can you make a Purr-Data patch that displays a funny message?,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 392 234 What do you call a fish with no eyes? Fsh!;
#X obj 370 493 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch to display a greeting message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 141 432 Hello!;
#X obj 389 371 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to print a message that tells the user to click the bang,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 153 413 Click the bang to see something!;
#X obj 12 248 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
can you make a Purr-Data patch that displays a random message?,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 130 60 Surprise! You clicked the bang.;
#X obj 341 20 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write a Purr-Data patch to display the message ""Have a nice day!"" when the bang is clicked","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 389 431 Have a nice day!;
#X obj 487 426 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to display a motivational quote when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 435 275 Believe you can and you're halfway there.;
#X obj 219 352 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny joke,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 94 120 Why can't a bicycle stand up by itself? It's two-tired!;
#X obj 37 227 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to display a random fun fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 169 112 Apples are more effective at waking you up in the morning than coffee.;
#X obj 66 488 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display an inspirational message when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 252 458 You have the power to make your dreams come true.;
#X obj 327 179 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a thought-provoking question on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 343 192 What is the meaning of life?;
#X obj 72 282 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a random Dad joke when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 39 216 Why can't a bicycle stand on its own? It's two-tired!;
#X obj 258 19 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a famous movie quote on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 139 249 May the Force be with you.;
#X obj 385 14 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a random trivia fact when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 120 221 Cats have fewer toes on their back paws than on their front paws.;
#X obj 116 431 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data source code snippet to print a tongue twister on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 120 385 She sells sea-shells by the sea-shore.;
#X obj 181 155 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to display a funny pun when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 31 252 I tried to catch some fog earlier. I mist.;
#X obj 478 369 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch to print a random fun fact about animals on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 257 40 Giraffes only sleep around 4.6 hours per day.;
#X obj 256 301 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to display an interesting historical fact when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 152 303 The first product to have a barcode was Wrigley's gum.;
#X obj 295 17 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 486 127 Why can't a shoe be polished? It's a little loafer!;
#X obj 285 151 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting science fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 254 351 The Earth's rotation is gradually slowing down due to the moon's gravitational pull.;
#X obj 267 330 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a random inspiring quote when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 104 341 The only way to do great work is to love what you do. - Steve Jobs;
#X obj 473 172 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a fun brain teaser on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 311 87 What gets wetter the more it dries?;
#X obj 481 322 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a surprising statistical fact when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 108 213 There are more possible game positions in chess than atoms in the observable universe.;
#X obj 158 263 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a funny definition on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 413 374 Boomerang: A stick that keeps coming back to remind you how bad your throwing skills are.;
#X obj 202 118 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a random fascinating fact about space when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 438 107 40 is a planet made of diamond, around 40 light-years from Earth.;
#X obj 342 111 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting linguistic fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 75 454 The word 'Goodbye' comes from the phrase 'God be with you'.;
#X obj 222 473 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny definition of a common word when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 134 168 Mosquito: An insect that was designed by God just to prove that he has a sense of humor.;
#X obj 106 40 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random interesting fact about the human body on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 365 92 Your stomach produces a new layer of mucus every two weeks to prevent itself from digesting itself.;
#X obj 237 119 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny definition of a made-up word when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 133 370 Frumious: The state of being covered in breadcrumbs.;
#X obj 80 495 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fun fact about music when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 236 85 The song 'Happy Birthday' generates around $2 million per year in royalties.;
#X obj 20 122 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a random interesting fact about words when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 460 375 The sentence 'The quick brown fox jumps over the lazy dog' uses every letter in the English language.;
#X obj 257 190 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a funny definition of a common phrase on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 356 220 'Once in a blue moon': An event that may never happen, since the moon is never actually blue.;
#X obj 260 125 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a surprising math fact when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 245 81 There are infinitely many prime numbers, but the sum of all their reciprocals converges to a finite value.;
#X obj 198 7 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print an interesting fact about colors on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 222 368 The color 'pink' was once called 'yellow-red'.;
#X obj 440 106 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake vocabulary word definition when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 410 1 Snugglefudge (n): The act of falling asleep on the couch while watching TV.;
#X obj 31 495 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fun fact about animals on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 115 23 Hippos are born underwater.;
#X obj 185 47 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display an interesting geographical fact when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 375 406 1 Sahara Desert is increasing by around 1 mile per year.;
#X obj 167 352 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a funny fake etymology for a common word on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 170 494 Pumpkin: From the Middle English 'pompe-kyn', meaning a child who constantly brags about themselves.;
#X obj 225 270 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny made-up proverb when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 338 52 'An apple a day keeps anyone away, if you throw it hard enough.';
#X obj 75 475 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random interesting fact about technology on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 399 220 The first computer mouse was made of wood.;
#X obj 277 398 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake dictionary definition when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 172 122 Unkempt (adj.): Having a hair style you'd least expect from the dictionary.;
#X obj 69 100 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a surprising fact about the economy on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 322 331 More Monopoly money is printed each year than real currency.;
#X obj 287 196 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake acronym definition when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 276 338 DOGMA: Dissent, Obviously Generated by Maverick Agitators;
#X obj 44 399 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a surprising fact about the human mind on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 360 454 The human brain operates on the same amount of power as a 10-watt light bulb.;
#X obj 7 54 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny made-up product name and tagline when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 361 370 SnoreAway Pillow: Finally, a good night's sleep for you AND your partner!;
#X obj 62 448 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting fact about ancient civilizations on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 84 84 The ancient Egyptians used slabs of limestone as sun-heated baths.;
#X obj 124 69 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake holiday when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 405 30 National Procrastination Day: A holiday you'll celebrate tomorrow.;
#X obj 119 424 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random fascinating fact about physics on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 238 141 If you traveled at the speed of light, time would appear to stand still.;
#X obj 326 83 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny made-up movie title when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 65 447 'Lord of the Swing Sets: The Playground Menace';
#X obj 145 496 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print an interesting linguistic fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 271 236 The letter 'Q' does not appear in any U.S. state name.;
#X obj 346 416 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake inspirational quote when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 20 431 'Shoot for the moon. Even if you miss, you'll land among the shooting stars.' - Delusional Optimist;
#X obj 159 349 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a random fascinating fact about chemistry on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 474 164 Humans share about 60% of their DNA with banana plants.;
#X obj 54 303 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny made-up book title when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 230 9 'How to Avoid Huge Ships' by Miss Aimee Sayer;
#X obj 59 479 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print an interesting fact about ancient mythology on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 430 41 In Greek myth, the Oracle of Delphi was a woman who inhaled toxic vapors to induce a trance-like state.;
#X obj 225 287 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake public service announcement when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 53 121 This is a test of the Emergency Sandwich System. This is only a test.;
#X obj 25 187 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fascinating biological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 24 418 Your body contains about 60,000 miles of blood vessels.;
#X obj 465 184 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny made-up business name when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 270 217 Binge & Purge: We're a full service snacking solutions provider!;
#X obj 28 453 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting historical fact about exploration on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 185 329 When Columbus arrived in the Bahamas in 1492, he thought he had reached East Asia.;
#X obj 294 313 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake movie tagline when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 172 49 'Snakes on a Submarine' - An underwater thriller that's sure to make waves.;
#X obj 132 479 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random fascinating fact about Earth sciences on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 340 137 7 deepest point in the world's oceans is the Challenger Deep in the Mariana Trench, which extends nearly 7 miles below the surface.;
#X obj 358 5 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny made-up proverb when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 176 489 'The squeaky wheel gets replaced.';
#X obj 499 158 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print an interesting psychological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 118 68 Humans are born with a fear of falling and loud noises.;
#X obj 407 163 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake warning label when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 387 206 WARNING: Oxygen may be habit-forming. Discontinue use if you experience shortness of breath.;
#X obj 95 82 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a random fascinating fact about meteorology on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 203 19 Snow is rain that has frozen before hitting the ground.;
#X obj 286 342 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny made-up country name when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 341 281 The Republic of Crackedria: A nation divided by broken sidewalks.;
#X obj 371 421 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print an interesting archaeological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 380 47 The Great Pyramids of Giza are the only remaining wonder of the ancient world.;
#X obj 356 294 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake ingredient when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 97 439 Ingredients: Artificial Flavors, Synthetic Happiness, Reconstituted Childlike Wonder;
#X obj 453 399 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fascinating botanical fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 228 262 3 is actually a type of grass, and can grow up to 3 feet in a single day.;
#X obj 452 422 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny made-up law when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 331 44 It is illegal to leave a shopping cart roaming the streets after midnight.;
#X obj 51 36 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting fact about ancient architecture on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 143 261 The Great Pyramid of Giza is the only remaining Wonder of the Ancient World.;
#X obj 426 343 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake inspirational poster slogan when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 431 358 Limitations: The Endless Possibilities!;
#X obj 427 403 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random fascinating fact about the solar system on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 183 419 Venus is the only planet that spins clockwise on its axis.;
#X obj 26 359 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake dictionary definition when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 262 311 Amnesia (n): A condition that enables you to forget the hilarious names you gave your kids.;
#X obj 107 49 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print an interesting fact about ancient weapons on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 39 345 Ancient Persians invented the first hand grenades in the 7th century.;
#X obj 50 189 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake dictionary word origin when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 370 326 Insomnia (n.): From the Latin 'in' meaning 'awake all darn' and 'somnia' meaning 'night'.;
#X obj 318 118 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a random fascinating zoological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 354 500 Cows have a single stomach, but it has four different compartments.;
#X obj 234 297 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake informercial product when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 190 330 The Sham-Wow 2000: It's a towel! It's a mop! It's a mediocre conversation starter!;
#X obj 115 81 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print an interesting historical anecdote on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 231 419 Napoleon was once attacked by a herd of rabbits that leapt out of a bush.;
#X obj 140 286 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny made-up assembly instruction when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 264 146 Step 1: Assemble parts A through Z in order. Step 2: Marvel at your life choices.;
#X obj 73 9 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fascinating ecological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 112 118 Around 85% of the world's plant life is found in the oceans.;
#X obj 155 390 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake principle for an -ology when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 364 66 Frisbeetology: The study of aerodynamic circular objects that seem to defy physics.;
#X obj 17 115 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting fact about ancient philosophy on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 210 91 Ancient Greek philosophers thought the brain was just a radiator to cool the heart.;
#X obj 43 220 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake government agency name when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 30 371 The Department of Redundancy Department;
#X obj 139 90 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random fascinating astronomical fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 443 465 There are more trees on Earth than there are stars in the Milky Way galaxy.;
#X obj 249 102 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake etymological origin for a word when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 184 350 Doughnut: From the Greek 'dough' meaning 'baked batter', and 'nought' meaning 'useless expenditure of calories'.;
#X obj 344 35 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print an interesting fact about ancient trade routes on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 432 432 The ancient Silk Road connected China to the Mediterranean over 4,000 miles away.;
#X obj 292 489 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake charitable organization name when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 159 305 Pennies for Literally Anything (Just Give Us Pennies);
#X obj 380 18 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a fascinating historical fact about early aviation on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 475 370 The first aircraft engine powered by a rotating blade was designed in the late 18th century.;
#X obj 128 138 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake ad slogan when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 314 239 New Zig-Zag Paper Clips - They'll Never Straighten Out This Mystery!;
#X obj 241 6 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write a Purr-Data patch to display the message 'Hello, world!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 65 1 Hello, world!;
#X obj 226 419 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Keep smiling!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 374 452 Keep smiling!;
#X obj 463 137 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show a motivational message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 182 199 You can do it!;
#X obj 172 27 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 18 386 Why can't a bicycle stand up by itself? It's two-tired!;
#X obj 500 280 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 111 15 Did you hear about the claustrophobic astronaut? He just needed a little space!;
#X obj 295 458 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Good morning!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 111 344 Good morning!;
#X obj 473 352 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Have a wonderful day!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 455 481 Have a wonderful day!;
#X obj 475 425 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'You're awesome!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 379 158 You're awesome!;
#X obj 248 111 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 499 265 Why was the math book sad? Because it had too many problems!;
#X obj 351 187 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 226 118 What do you call a fake noodle? An Impasta!;
#X obj 135 12 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write a Purr-Data patch to display the message 'Smile, it's contagious!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 440 85 Smile, it's contagious!;
#X obj 220 25 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'You've got this!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 96 108 You've got this!;
#X obj 79 9 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Believe in yourself!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 23 394 Believe in yourself!;
#X obj 479 431 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 134 456 Why did the kid throw his clock out the window? Because he wanted to see time fly!;
#X obj 179 354 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 449 148 What kind of shoes do frogs wear? Opentoas!;
#X obj 462 435 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Stay positive!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 297 58 Stay positive!;
#X obj 368 182 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'You are strong!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 153 111 You are strong!;
#X obj 487 83 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Dream big!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 401 439 Dream big!;
#X obj 268 361 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 446 475 Why was the math book sad? It had too many problems!;
#X obj 294 147 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 264 66 What do you call a bear with no teeth? A gummy bear!;
#X obj 6 88 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'You can move mountains!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 172 148 You can move mountains!;
#X obj 201 342 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Your future is bright!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 96 193 Your future is bright!;
#X obj 195 311 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Never give up!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 173 485 Never give up!;
#X obj 182 248 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 330 488 Why did the tomato turn red? Because it saw the salad dressing!;
#X obj 86 338 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 314 3 What do you call a boomerang that doesn't come back? A stick!;
#X obj 266 467 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'You are enough!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 444 147 You are enough!;
#X obj 72 130 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"create a Purr-Data source code that prints 'Keep going, you're doing great!' when the bang is clicked","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 363 142 Keep going, you're doing great!;
#X obj 238 161 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Believe in your dreams!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 142 347 Believe in your dreams!;
#X obj 244 435 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 332 120 Why did the kid throw his clock out the window? Because he wanted to see time fly!;
#X obj 145 280 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 436 296 What do you get when you cross a snowman with a vampire? Frostbite!;
#X obj 222 436 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write a Purr-Data patch to display the message 'You've got this, champ!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 391 438 You've got this, champ!;
#X obj 119 185 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Embrace your uniqueness!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 99 480 Embrace your uniqueness!;
#X obj 127 19 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write Purr-Data code to show the message 'Believe in yourself, and you will be unstoppable!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 220 65 Believe in yourself, and you will be unstoppable!;
#X obj 39 304 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 26 500 Why did the bicycle fall over? Because it was two-tired!;
#X obj 366 202 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Make today amazing!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 150 323 Make today amazing!;
#X obj 38 87 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'You've got the power!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 125 99 You've got the power!;
#X obj 11 71 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 114 280 12 can't a nose be 12 inches long? Because then it would be a foot!;
#X obj 143 178 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 262 179 What do you call a dog magician? A labracadabrador!;
#X obj 495 125 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Stay curious!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 246 365 Stay curious!;
#X obj 442 319 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Spread kindness!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 493 11 Spread kindness!;
#X obj 223 473 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Chase your dreams!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 462 15 Chase your dreams!;
#X obj 89 381 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 238 149 Why did the kid throw his clock out the window? Because he wanted to see time fly!;
#X obj 443 188 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 378 324 What did one wall say to the other? I'll meet you at the corner!;
#X obj 12 213 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Be the change you wish to see!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 427 165 Be the change you wish to see!;
#X obj 270 359 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Embrace your weirdness!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 275 308 Embrace your weirdness!;
#X obj 466 94 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'You are braver than you believe!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 307 74 You are braver than you believe!;
#X obj 121 419 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 95 416 What kind of music do planets listen to? Neptunes!;
#X obj 219 190 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 499 463 Why did the kid throw the clock out the window? To see time fly!;
#X obj 409 344 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Today is your day!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 151 408 Today is your day!;
#X obj 405 0 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Keep shining bright!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 38 361 Keep shining bright!;
#X obj 9 408 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write Purr-Data code to show the message 'You've got this, superstar!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 275 465 You've got this, superstar!;
#X obj 260 443 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 30 84 Why was the stadium hot after the game? Because there were so many fans!;
#X obj 244 24 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 73 472 What do you call a bear with no teeth? A gummy bear!;
#X obj 331 231 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Unleash your potential!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 169 356 Unleash your potential!;
#X obj 172 185 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Seize the day!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 83 145 Seize the day!;
#X obj 380 496 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Let your light shine!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 18 475 Let your light shine!;
#X obj 65 23 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 335 291 Why can't a bicycle stand up by itself? It's two-tired!;
#X obj 312 216 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 76 87 What do you call a fake noodle? An Impasta!;
#X obj 295 310 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Appreciate the little things!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 289 268 Appreciate the little things!;
#X obj 221 164 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Stay humble and kind!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 188 237 Stay humble and kind!;
#X obj 477 40 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'You are strong and capable!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 262 71 You are strong and capable!;
#X obj 374 30 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 426 409 Why did the kid throw his clock out the window? Because he wanted to see time fly!;
#X obj 421 207 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show a message when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 35 50 Bang clicked!;
#X obj 449 297 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write purr-data source code that should output the message ""This is a different message"" on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 329 406 This is a different message;
#X obj 40 450 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write purr-data source code that should output the message """"Welcome!"""" on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 99 220 Welcome!;
#X obj 304 104 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays the message 'Hello there!' when you click the bang,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 114 415 Hello there!;
#X obj 360 16 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data code snippet that prints 'Why did the scarecrow win an award?' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 187 476 Why did the scarecrow win an award?;
#X obj 428 379 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
can you make a Purr-Data patch that displays a funny message?,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 138 433 What do you call a fish with no eyes? Fsh!;
#X obj 143 446 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch to display a greeting message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 47 148 Hello!;
#X obj 282 0 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to print a message that tells the user to click the bang,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 330 335 Click the bang to see something!;
#X obj 434 360 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
can you make a Purr-Data patch that displays a random message?,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 28 117 Surprise! You clicked the bang.;
#X obj 294 47 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write a Purr-Data patch to display the message ""Have a nice day!"" when the bang is clicked","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 171 462 Have a nice day!;
#X obj 290 157 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to display a motivational quote when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 222 361 Believe you can and you're halfway there.;
#X obj 191 177 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny joke,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 137 349 Why can't a bicycle stand up by itself? It's two-tired!;
#X obj 31 129 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to display a random fun fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 69 408 Apples are more effective at waking you up in the morning than coffee.;
#X obj 156 110 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display an inspirational message when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 495 220 You have the power to make your dreams come true.;
#X obj 476 295 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a thought-provoking question on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 112 21 What is the meaning of life?;
#X obj 366 291 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a random Dad joke when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 402 222 Why can't a bicycle stand on its own? It's two-tired!;
#X obj 71 263 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a famous movie quote on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 296 239 May the Force be with you.;
#X obj 235 163 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a random trivia fact when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 483 318 Cats have fewer toes on their back paws than on their front paws.;
#X obj 267 224 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data source code snippet to print a tongue twister on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 167 343 She sells sea-shells by the sea-shore.;
#X obj 375 298 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to display a funny pun when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 121 204 I tried to catch some fog earlier. I mist.;
#X obj 113 90 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch to print a random fun fact about animals on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 220 362 Giraffes only sleep around 4.6 hours per day.;
#X obj 207 445 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to display an interesting historical fact when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 273 178 The first product to have a barcode was Wrigley's gum.;
#X obj 337 167 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 321 373 Why can't a shoe be polished? It's a little loafer!;
#X obj 108 344 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting science fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 157 332 The Earth's rotation is gradually slowing down due to the moon's gravitational pull.;
#X obj 9 428 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a random inspiring quote when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 451 267 The only way to do great work is to love what you do. - Steve Jobs;
#X obj 252 357 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a fun brain teaser on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 455 307 What gets wetter the more it dries?;
#X obj 180 357 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a surprising statistical fact when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 454 496 There are more possible game positions in chess than atoms in the observable universe.;
#X obj 236 385 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a funny definition on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 333 183 Boomerang: A stick that keeps coming back to remind you how bad your throwing skills are.;
#X obj 132 150 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a random fascinating fact about space when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 68 95 40 is a planet made of diamond, around 40 light-years from Earth.;
#X obj 240 77 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting linguistic fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 443 321 The word 'Goodbye' comes from the phrase 'God be with you'.;
#X obj 72 495 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny definition of a common word when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 387 16 Mosquito: An insect that was designed by God just to prove that he has a sense of humor.;
#X obj 281 276 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random interesting fact about the human body on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 190 454 Your stomach produces a new layer of mucus every two weeks to prevent itself from digesting itself.;
#X obj 362 116 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny definition of a made-up word when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 289 104 Frumious: The state of being covered in breadcrumbs.;
#X obj 268 247 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fun fact about music when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 173 78 The song 'Happy Birthday' generates around $2 million per year in royalties.;
#X obj 114 142 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a random interesting fact about words when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 476 199 The sentence 'The quick brown fox jumps over the lazy dog' uses every letter in the English language.;
#X obj 242 440 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a funny definition of a common phrase on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 210 1 'Once in a blue moon': An event that may never happen, since the moon is never actually blue.;
#X obj 370 118 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a surprising math fact when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 33 239 There are infinitely many prime numbers, but the sum of all their reciprocals converges to a finite value.;
#X obj 331 455 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print an interesting fact about colors on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 28 446 The color 'pink' was once called 'yellow-red'.;
#X obj 296 155 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake vocabulary word definition when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 75 392 Snugglefudge (n): The act of falling asleep on the couch while watching TV.;
#X obj 498 73 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fun fact about animals on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 369 262 Hippos are born underwater.;
#X obj 89 204 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display an interesting geographical fact when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 86 381 1 Sahara Desert is increasing by around 1 mile per year.;
#X obj 323 62 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a funny fake etymology for a common word on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 123 413 Pumpkin: From the Middle English 'pompe-kyn', meaning a child who constantly brags about themselves.;
#X obj 1 147 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny made-up proverb when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 226 151 'An apple a day keeps anyone away, if you throw it hard enough.';
#X obj 289 29 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random interesting fact about technology on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 499 329 The first computer mouse was made of wood.;
#X obj 11 77 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake dictionary definition when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 460 240 Unkempt (adj.): Having a hair style you'd least expect from the dictionary.;
#X obj 223 410 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a surprising fact about the economy on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 278 261 More Monopoly money is printed each year than real currency.;
#X obj 10 128 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake acronym definition when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 102 486 DOGMA: Dissent, Obviously Generated by Maverick Agitators;
#X obj 189 109 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a surprising fact about the human mind on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 23 430 The human brain operates on the same amount of power as a 10-watt light bulb.;
#X obj 128 429 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny made-up product name and tagline when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 263 159 SnoreAway Pillow: Finally, a good night's sleep for you AND your partner!;
#X obj 370 221 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting fact about ancient civilizations on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 201 102 The ancient Egyptians used slabs of limestone as sun-heated baths.;
#X obj 336 446 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake holiday when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 55 199 National Procrastination Day: A holiday you'll celebrate tomorrow.;
#X obj 236 307 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random fascinating fact about physics on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 352 268 If you traveled at the speed of light, time would appear to stand still.;
#X obj 61 327 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny made-up movie title when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 156 275 'Lord of the Swing Sets: The Playground Menace';
#X obj 236 12 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print an interesting linguistic fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 153 173 The letter 'Q' does not appear in any U.S. state name.;
#X obj 74 415 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake inspirational quote when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 42 472 'Shoot for the moon. Even if you miss, you'll land among the shooting stars.' - Delusional Optimist;
#X obj 154 48 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a random fascinating fact about chemistry on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 289 281 Humans share about 60% of their DNA with banana plants.;
#X obj 301 116 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny made-up book title when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 360 449 'How to Avoid Huge Ships' by Miss Aimee Sayer;
#X obj 498 230 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print an interesting fact about ancient mythology on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 142 182 In Greek myth, the Oracle of Delphi was a woman who inhaled toxic vapors to induce a trance-like state.;
#X obj 228 232 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake public service announcement when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 463 388 This is a test of the Emergency Sandwich System. This is only a test.;
#X obj 319 165 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fascinating biological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 364 424 Your body contains about 60,000 miles of blood vessels.;
#X obj 149 488 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny made-up business name when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 247 241 Binge & Purge: We're a full service snacking solutions provider!;
#X obj 275 104 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting historical fact about exploration on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 487 451 When Columbus arrived in the Bahamas in 1492, he thought he had reached East Asia.;
#X obj 340 170 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake movie tagline when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 104 277 'Snakes on a Submarine' - An underwater thriller that's sure to make waves.;
#X obj 162 464 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random fascinating fact about Earth sciences on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 116 285 7 deepest point in the world's oceans is the Challenger Deep in the Mariana Trench, which extends nearly 7 miles below the surface.;
#X obj 80 124 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny made-up proverb when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 287 95 'The squeaky wheel gets replaced.';
#X obj 220 418 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print an interesting psychological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 352 58 Humans are born with a fear of falling and loud noises.;
#X obj 36 409 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake warning label when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 116 384 WARNING: Oxygen may be habit-forming. Discontinue use if you experience shortness of breath.;
#X obj 392 208 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a random fascinating fact about meteorology on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 209 386 Snow is rain that has frozen before hitting the ground.;
#X obj 44 208 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny made-up country name when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 393 105 The Republic of Crackedria: A nation divided by broken sidewalks.;
#X obj 456 160 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print an interesting archaeological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 30 434 The Great Pyramids of Giza are the only remaining wonder of the ancient world.;
#X obj 483 413 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake ingredient when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 172 123 Ingredients: Artificial Flavors, Synthetic Happiness, Reconstituted Childlike Wonder;
#X obj 116 153 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fascinating botanical fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 159 350 3 is actually a type of grass, and can grow up to 3 feet in a single day.;
#X obj 147 325 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny made-up law when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 101 362 It is illegal to leave a shopping cart roaming the streets after midnight.;
#X obj 0 337 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting fact about ancient architecture on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 340 62 The Great Pyramid of Giza is the only remaining Wonder of the Ancient World.;
#X obj 267 322 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake inspirational poster slogan when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 434 142 Limitations: The Endless Possibilities!;
#X obj 195 335 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random fascinating fact about the solar system on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 399 38 Venus is the only planet that spins clockwise on its axis.;
#X obj 297 176 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake dictionary definition when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 175 63 Amnesia (n): A condition that enables you to forget the hilarious names you gave your kids.;
#X obj 284 397 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print an interesting fact about ancient weapons on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 58 486 Ancient Persians invented the first hand grenades in the 7th century.;
#X obj 101 181 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake dictionary word origin when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 34 104 Insomnia (n.): From the Latin 'in' meaning 'awake all darn' and 'somnia' meaning 'night'.;
#X obj 112 393 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a random fascinating zoological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 230 237 Cows have a single stomach, but it has four different compartments.;
#X obj 466 81 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake informercial product when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 4 314 The Sham-Wow 2000: It's a towel! It's a mop! It's a mediocre conversation starter!;
#X obj 351 315 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print an interesting historical anecdote on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 372 156 Napoleon was once attacked by a herd of rabbits that leapt out of a bush.;
#X obj 65 4 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny made-up assembly instruction when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 65 440 Step 1: Assemble parts A through Z in order. Step 2: Marvel at your life choices.;
#X obj 279 374 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fascinating ecological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 499 129 Around 85% of the world's plant life is found in the oceans.;
#X obj 199 7 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake principle for an -ology when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 493 181 Frisbeetology: The study of aerodynamic circular objects that seem to defy physics.;
#X obj 114 204 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting fact about ancient philosophy on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 56 95 Ancient Greek philosophers thought the brain was just a radiator to cool the heart.;
#X obj 189 127 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake government agency name when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 73 275 The Department of Redundancy Department;
#X obj 301 12 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random fascinating astronomical fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 4 467 There are more trees on Earth than there are stars in the Milky Way galaxy.;
#X obj 422 292 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake etymological origin for a word when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 396 1 Doughnut: From the Greek 'dough' meaning 'baked batter', and 'nought' meaning 'useless expenditure of calories'.;
#X obj 214 134 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print an interesting fact about ancient trade routes on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 430 63 The ancient Silk Road connected China to the Mediterranean over 4,000 miles away.;
#X obj 432 32 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake charitable organization name when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 188 463 Pennies for Literally Anything (Just Give Us Pennies);
#X obj 108 1 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a fascinating historical fact about early aviation on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 456 322 The first aircraft engine powered by a rotating blade was designed in the late 18th century.;
#X obj 222 146 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake ad slogan when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 354 478 New Zig-Zag Paper Clips - They'll Never Straighten Out This Mystery!;
#X obj 32 120 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write a Purr-Data patch to display the message 'Hello, world!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 462 251 Hello, world!;
#X obj 141 222 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Keep smiling!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 203 247 Keep smiling!;
#X obj 134 260 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show a motivational message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 105 136 You can do it!;
#X obj 435 371 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 394 81 Why can't a bicycle stand up by itself? It's two-tired!;
#X obj 171 241 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 466 238 Did you hear about the claustrophobic astronaut? He just needed a little space!;
#X obj 112 227 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Good morning!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 406 202 Good morning!;
#X obj 379 489 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Have a wonderful day!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 328 257 Have a wonderful day!;
#X obj 64 322 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'You're awesome!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 378 299 You're awesome!;
#X obj 132 267 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 170 455 Why was the math book sad? Because it had too many problems!;
#X obj 312 185 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 147 124 What do you call a fake noodle? An Impasta!;
#X obj 193 326 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write a Purr-Data patch to display the message 'Smile, it's contagious!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 412 115 Smile, it's contagious!;
#X obj 256 432 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'You've got this!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 412 131 You've got this!;
#X obj 303 31 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Believe in yourself!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 242 41 Believe in yourself!;
#X obj 252 452 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 228 484 Why did the kid throw his clock out the window? Because he wanted to see time fly!;
#X obj 48 100 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 461 87 What kind of shoes do frogs wear? Opentoas!;
#X obj 84 227 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Stay positive!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 2 218 Stay positive!;
#X obj 98 243 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'You are strong!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 117 470 You are strong!;
#X obj 261 28 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Dream big!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 358 23 Dream big!;
#X obj 331 345 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 137 340 Why was the math book sad? It had too many problems!;
#X obj 68 287 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 188 271 What do you call a bear with no teeth? A gummy bear!;
#X obj 97 357 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'You can move mountains!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 386 360 You can move mountains!;
#X obj 320 383 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Your future is bright!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 41 80 Your future is bright!;
#X obj 256 147 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Never give up!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 36 450 Never give up!;
#X obj 77 94 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 341 195 Why did the tomato turn red? Because it saw the salad dressing!;
#X obj 36 368 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 324 220 What do you call a boomerang that doesn't come back? A stick!;
#X obj 278 231 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'You are enough!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 387 50 You are enough!;
#X obj 75 279 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"create a Purr-Data source code that prints 'Keep going, you're doing great!' when the bang is clicked","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 370 397 Keep going, you're doing great!;
#X obj 326 201 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Believe in your dreams!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 56 325 Believe in your dreams!;
#X obj 270 424 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 278 230 Why did the kid throw his clock out the window? Because he wanted to see time fly!;
#X obj 211 18 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 334 150 What do you get when you cross a snowman with a vampire? Frostbite!;
#X obj 316 257 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write a Purr-Data patch to display the message 'You've got this, champ!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 14 458 You've got this, champ!;
#X obj 16 256 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Embrace your uniqueness!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 316 185 Embrace your uniqueness!;
#X obj 80 455 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write Purr-Data code to show the message 'Believe in yourself, and you will be unstoppable!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 405 445 Believe in yourself, and you will be unstoppable!;
#X obj 213 1 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 406 233 Why did the bicycle fall over? Because it was two-tired!;
#X obj 163 43 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Make today amazing!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 182 233 Make today amazing!;
#X obj 147 351 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'You've got the power!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 436 94 You've got the power!;
#X obj 184 345 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 67 191 12 can't a nose be 12 inches long? Because then it would be a foot!;
#X obj 279 332 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 213 402 What do you call a dog magician? A labracadabrador!;
#X obj 240 397 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Stay curious!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 218 75 Stay curious!;
#X obj 290 240 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Spread kindness!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 286 69 Spread kindness!;
#X obj 83 226 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Chase your dreams!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 75 364 Chase your dreams!;
#X obj 494 472 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 433 226 Why did the kid throw his clock out the window? Because he wanted to see time fly!;
#X obj 477 470 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 152 372 What did one wall say to the other? I'll meet you at the corner!;
#X obj 362 31 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Be the change you wish to see!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 5 494 Be the change you wish to see!;
#X obj 234 169 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Embrace your weirdness!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 78 211 Embrace your weirdness!;
#X obj 127 500 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'You are braver than you believe!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 148 303 You are braver than you believe!;
#X obj 45 224 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 419 55 What kind of music do planets listen to? Neptunes!;
#X obj 415 500 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 346 269 Why did the kid throw the clock out the window? To see time fly!;
#X obj 270 93 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Today is your day!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 375 146 Today is your day!;
#X obj 409 53 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Keep shining bright!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 287 275 Keep shining bright!;
#X obj 39 260 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write Purr-Data code to show the message 'You've got this, superstar!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 366 103 You've got this, superstar!;
#X obj 247 83 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 78 356 Why was the stadium hot after the game? Because there were so many fans!;
#X obj 480 168 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 260 403 What do you call a bear with no teeth? A gummy bear!;
#X obj 63 296 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Unleash your potential!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 420 314 Unleash your potential!;
#X obj 308 320 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Seize the day!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 463 52 Seize the day!;
#X obj 207 98 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Let your light shine!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 172 280 Let your light shine!;
#X obj 430 47 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 275 358 Why can't a bicycle stand up by itself? It's two-tired!;
#X obj 352 288 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 484 464 What do you call a fake noodle? An Impasta!;
#X obj 450 27 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Appreciate the little things!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 369 329 Appreciate the little things!;
#X obj 486 315 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Stay humble and kind!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 142 53 Stay humble and kind!;
#X obj 244 452 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'You are strong and capable!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 93 410 You are strong and capable!;
#X obj 23 394 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 106 475 Why did the kid throw his clock out the window? Because he wanted to see time fly!;
#X obj 60 168 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show a message when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 117 16 Bang clicked!;
#X obj 454 202 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write purr-data source code that should output the message ""This is a different message"" on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 460 291 This is a different message;
#X obj 13 492 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write purr-data source code that should output the message """"Welcome!"""" on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 498 102 Welcome!;
#X obj 98 174 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays the message 'Hello there!' when you click the bang,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 303 335 Hello there!;
#X obj 487 152 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data code snippet that prints 'Why did the scarecrow win an award?' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 353 201 Why did the scarecrow win an award?;
#X obj 394 202 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
can you make a Purr-Data patch that displays a funny message?,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 18 359 What do you call a fish with no eyes? Fsh!;
#X obj 184 386 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch to display a greeting message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 258 412 Hello!;
#X obj 271 90 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to print a message that tells the user to click the bang,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 334 332 Click the bang to see something!;
#X obj 90 90 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
can you make a Purr-Data patch that displays a random message?,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 378 308 Surprise! You clicked the bang.;
#X obj 437 160 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write a Purr-Data patch to display the message ""Have a nice day!"" when the bang is clicked","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 359 111 Have a nice day!;
#X obj 258 18 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to display a motivational quote when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 136 53 Believe you can and you're halfway there.;
#X obj 260 465 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny joke,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 10 18 Why can't a bicycle stand up by itself? It's two-tired!;
#X obj 368 370 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to display a random fun fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 406 333 Apples are more effective at waking you up in the morning than coffee.;
#X obj 425 446 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display an inspirational message when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 69 140 You have the power to make your dreams come true.;
#X obj 259 105 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a thought-provoking question on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 132 348 What is the meaning of life?;
#X obj 42 182 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a random Dad joke when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 6 269 Why can't a bicycle stand on its own? It's two-tired!;
#X obj 345 438 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a famous movie quote on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 332 442 May the Force be with you.;
#X obj 304 471 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a random trivia fact when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 454 33 Cats have fewer toes on their back paws than on their front paws.;
#X obj 135 217 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data source code snippet to print a tongue twister on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 291 313 She sells sea-shells by the sea-shore.;
#X obj 34 282 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to display a funny pun when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 168 0 I tried to catch some fog earlier. I mist.;
#X obj 342 215 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch to print a random fun fact about animals on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 337 336 Giraffes only sleep around 4.6 hours per day.;
#X obj 213 221 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to display an interesting historical fact when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 294 401 The first product to have a barcode was Wrigley's gum.;
#X obj 495 375 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 188 321 Why can't a shoe be polished? It's a little loafer!;
#X obj 150 15 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting science fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 104 482 The Earth's rotation is gradually slowing down due to the moon's gravitational pull.;
#X obj 437 464 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a random inspiring quote when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 140 280 The only way to do great work is to love what you do. - Steve Jobs;
#X obj 177 460 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a fun brain teaser on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 57 288 What gets wetter the more it dries?;
#X obj 436 4 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a surprising statistical fact when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 236 422 There are more possible game positions in chess than atoms in the observable universe.;
#X obj 472 68 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a funny definition on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 8 408 Boomerang: A stick that keeps coming back to remind you how bad your throwing skills are.;
#X obj 184 434 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a random fascinating fact about space when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 48 84 40 is a planet made of diamond, around 40 light-years from Earth.;
#X obj 165 3 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting linguistic fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 427 350 The word 'Goodbye' comes from the phrase 'God be with you'.;
#X obj 238 59 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny definition of a common word when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 165 403 Mosquito: An insect that was designed by God just to prove that he has a sense of humor.;
#X obj 205 442 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random interesting fact about the human body on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 410 139 Your stomach produces a new layer of mucus every two weeks to prevent itself from digesting itself.;
#X obj 159 348 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny definition of a made-up word when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 175 9 Frumious: The state of being covered in breadcrumbs.;
#X obj 252 217 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fun fact about music when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 258 389 The song 'Happy Birthday' generates around $2 million per year in royalties.;
#X obj 215 77 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a random interesting fact about words when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 377 143 The sentence 'The quick brown fox jumps over the lazy dog' uses every letter in the English language.;
#X obj 349 374 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a funny definition of a common phrase on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 423 217 'Once in a blue moon': An event that may never happen, since the moon is never actually blue.;
#X obj 244 45 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a surprising math fact when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 478 170 There are infinitely many prime numbers, but the sum of all their reciprocals converges to a finite value.;
#X obj 90 479 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print an interesting fact about colors on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 358 454 The color 'pink' was once called 'yellow-red'.;
#X obj 8 160 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake vocabulary word definition when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 48 367 Snugglefudge (n): The act of falling asleep on the couch while watching TV.;
#X obj 372 284 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fun fact about animals on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 87 227 Hippos are born underwater.;
#X obj 263 63 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display an interesting geographical fact when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 450 240 1 Sahara Desert is increasing by around 1 mile per year.;
#X obj 266 177 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a funny fake etymology for a common word on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 260 375 Pumpkin: From the Middle English 'pompe-kyn', meaning a child who constantly brags about themselves.;
#X obj 330 216 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny made-up proverb when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 382 235 'An apple a day keeps anyone away, if you throw it hard enough.';
#X obj 110 90 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random interesting fact about technology on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 323 389 The first computer mouse was made of wood.;
#X obj 235 219 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake dictionary definition when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 87 81 Unkempt (adj.): Having a hair style you'd least expect from the dictionary.;
#X obj 242 79 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a surprising fact about the economy on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 26 37 More Monopoly money is printed each year than real currency.;
#X obj 25 106 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake acronym definition when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 423 432 DOGMA: Dissent, Obviously Generated by Maverick Agitators;
#X obj 385 31 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a surprising fact about the human mind on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 258 138 The human brain operates on the same amount of power as a 10-watt light bulb.;
#X obj 182 480 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny made-up product name and tagline when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 400 16 SnoreAway Pillow: Finally, a good night's sleep for you AND your partner!;
#X obj 199 304 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting fact about ancient civilizations on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 337 24 The ancient Egyptians used slabs of limestone as sun-heated baths.;
#X obj 406 82 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake holiday when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 229 377 National Procrastination Day: A holiday you'll celebrate tomorrow.;
#X obj 311 475 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random fascinating fact about physics on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 396 293 If you traveled at the speed of light, time would appear to stand still.;
#X obj 455 40 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny made-up movie title when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 424 454 'Lord of the Swing Sets: The Playground Menace';
#X obj 86 49 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print an interesting linguistic fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 248 297 The letter 'Q' does not appear in any U.S. state name.;
#X obj 431 210 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake inspirational quote when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 253 14 'Shoot for the moon. Even if you miss, you'll land among the shooting stars.' - Delusional Optimist;
#X obj 185 308 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a random fascinating fact about chemistry on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 277 432 Humans share about 60% of their DNA with banana plants.;
#X obj 279 337 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny made-up book title when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 62 425 'How to Avoid Huge Ships' by Miss Aimee Sayer;
#X obj 345 270 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print an interesting fact about ancient mythology on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 247 466 In Greek myth, the Oracle of Delphi was a woman who inhaled toxic vapors to induce a trance-like state.;
#X obj 271 251 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake public service announcement when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 80 135 This is a test of the Emergency Sandwich System. This is only a test.;
#X obj 447 451 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fascinating biological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 281 280 Your body contains about 60,000 miles of blood vessels.;
#X obj 182 292 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny made-up business name when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 93 156 Binge & Purge: We're a full service snacking solutions provider!;
#X obj 372 342 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting historical fact about exploration on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 392 350 When Columbus arrived in the Bahamas in 1492, he thought he had reached East Asia.;
#X obj 80 183 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake movie tagline when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 330 272 'Snakes on a Submarine' - An underwater thriller that's sure to make waves.;
#X obj 304 41 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random fascinating fact about Earth sciences on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 215 310 7 deepest point in the world's oceans is the Challenger Deep in the Mariana Trench, which extends nearly 7 miles below the surface.;
#X obj 393 404 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny made-up proverb when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 367 483 'The squeaky wheel gets replaced.';
#X obj 199 424 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print an interesting psychological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 395 250 Humans are born with a fear of falling and loud noises.;
#X obj 476 48 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake warning label when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 5 422 WARNING: Oxygen may be habit-forming. Discontinue use if you experience shortness of breath.;
#X obj 40 89 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a random fascinating fact about meteorology on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 457 25 Snow is rain that has frozen before hitting the ground.;
#X obj 252 220 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny made-up country name when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 222 99 The Republic of Crackedria: A nation divided by broken sidewalks.;
#X obj 499 115 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print an interesting archaeological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 370 265 The Great Pyramids of Giza are the only remaining wonder of the ancient world.;
#X obj 326 151 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake ingredient when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 417 273 Ingredients: Artificial Flavors, Synthetic Happiness, Reconstituted Childlike Wonder;
#X obj 444 433 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fascinating botanical fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 412 62 3 is actually a type of grass, and can grow up to 3 feet in a single day.;
#X obj 423 117 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny made-up law when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 473 143 It is illegal to leave a shopping cart roaming the streets after midnight.;
#X obj 305 359 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting fact about ancient architecture on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 314 316 The Great Pyramid of Giza is the only remaining Wonder of the Ancient World.;
#X obj 11 107 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake inspirational poster slogan when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 415 192 Limitations: The Endless Possibilities!;
#X obj 270 359 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random fascinating fact about the solar system on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 245 331 Venus is the only planet that spins clockwise on its axis.;
#X obj 85 40 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake dictionary definition when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 463 216 Amnesia (n): A condition that enables you to forget the hilarious names you gave your kids.;
#X obj 88 307 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print an interesting fact about ancient weapons on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 205 231 Ancient Persians invented the first hand grenades in the 7th century.;
#X obj 151 248 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake dictionary word origin when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 68 318 Insomnia (n.): From the Latin 'in' meaning 'awake all darn' and 'somnia' meaning 'night'.;
#X obj 271 234 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a random fascinating zoological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 449 443 Cows have a single stomach, but it has four different compartments.;
#X obj 6 491 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake informercial product when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 80 284 The Sham-Wow 2000: It's a towel! It's a mop! It's a mediocre conversation starter!;
#X obj 296 203 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print an interesting historical anecdote on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 14 319 Napoleon was once attacked by a herd of rabbits that leapt out of a bush.;
#X obj 46 70 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny made-up assembly instruction when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 113 87 Step 1: Assemble parts A through Z in order. Step 2: Marvel at your life choices.;
#X obj 493 110 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fascinating ecological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 356 467 Around 85% of the world's plant life is found in the oceans.;
#X obj 144 99 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake principle for an -ology when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 160 94 Frisbeetology: The study of aerodynamic circular objects that seem to defy physics.;
#X obj 17 174 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting fact about ancient philosophy on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 327 282 Ancient Greek philosophers thought the brain was just a radiator to cool the heart.;
#X obj 69 472 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake government agency name when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 166 457 The Department of Redundancy Department;
#X obj 356 6 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random fascinating astronomical fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 245 125 There are more trees on Earth than there are stars in the Milky Way galaxy.;
#X obj 444 376 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake etymological origin for a word when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 455 35 Doughnut: From the Greek 'dough' meaning 'baked batter', and 'nought' meaning 'useless expenditure of calories'.;
#X obj 357 170 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print an interesting fact about ancient trade routes on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 468 130 The ancient Silk Road connected China to the Mediterranean over 4,000 miles away.;
#X obj 464 267 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake charitable organization name when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 87 230 Pennies for Literally Anything (Just Give Us Pennies);
#X obj 222 423 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a fascinating historical fact about early aviation on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 20 296 The first aircraft engine powered by a rotating blade was designed in the late 18th century.;
#X obj 438 150 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake ad slogan when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 212 9 New Zig-Zag Paper Clips - They'll Never Straighten Out This Mystery!;
#X obj 187 119 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write a Purr-Data patch to display the message 'Hello, world!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 248 89 Hello, world!;
#X obj 441 77 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Keep smiling!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 149 336 Keep smiling!;
#X obj 495 491 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show a motivational message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 455 220 You can do it!;
#X obj 90 74 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 439 347 Why can't a bicycle stand up by itself? It's two-tired!;
#X obj 94 314 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 65 487 Did you hear about the claustrophobic astronaut? He just needed a little space!;
#X obj 482 362 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Good morning!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 48 306 Good morning!;
#X obj 166 312 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Have a wonderful day!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 394 381 Have a wonderful day!;
#X obj 144 424 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'You're awesome!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 107 439 You're awesome!;
#X obj 211 403 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 397 6 Why was the math book sad? Because it had too many problems!;
#X obj 98 36 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 79 480 What do you call a fake noodle? An Impasta!;
#X obj 300 482 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write a Purr-Data patch to display the message 'Smile, it's contagious!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 218 298 Smile, it's contagious!;
#X obj 94 44 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'You've got this!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 274 63 You've got this!;
#X obj 470 399 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Believe in yourself!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 110 344 Believe in yourself!;
#X obj 411 474 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 211 6 Why did the kid throw his clock out the window? Because he wanted to see time fly!;
#X obj 476 89 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 103 304 What kind of shoes do frogs wear? Opentoas!;
#X obj 419 11 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Stay positive!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 284 245 Stay positive!;
#X obj 0 139 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'You are strong!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 194 35 You are strong!;
#X obj 171 288 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Dream big!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 289 157 Dream big!;
#X obj 232 491 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 209 209 Why was the math book sad? It had too many problems!;
#X obj 434 69 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 404 432 What do you call a bear with no teeth? A gummy bear!;
#X obj 478 443 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'You can move mountains!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 404 336 You can move mountains!;
#X obj 64 475 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Your future is bright!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 188 260 Your future is bright!;
#X obj 195 264 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Never give up!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 380 425 Never give up!;
#X obj 69 63 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 350 141 Why did the tomato turn red? Because it saw the salad dressing!;
#X obj 354 226 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 332 236 What do you call a boomerang that doesn't come back? A stick!;
#X obj 302 479 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'You are enough!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 87 360 You are enough!;
#X obj 123 348 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"create a Purr-Data source code that prints 'Keep going, you're doing great!' when the bang is clicked","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 494 279 Keep going, you're doing great!;
#X obj 122 236 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Believe in your dreams!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 43 143 Believe in your dreams!;
#X obj 108 237 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 167 169 Why did the kid throw his clock out the window? Because he wanted to see time fly!;
#X obj 279 117 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 471 20 What do you get when you cross a snowman with a vampire? Frostbite!;
#X obj 117 278 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write a Purr-Data patch to display the message 'You've got this, champ!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 32 497 You've got this, champ!;
#X obj 253 140 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Embrace your uniqueness!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 429 233 Embrace your uniqueness!;
#X obj 306 389 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write Purr-Data code to show the message 'Believe in yourself, and you will be unstoppable!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 364 425 Believe in yourself, and you will be unstoppable!;
#X obj 334 176 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 412 293 Why did the bicycle fall over? Because it was two-tired!;
#X obj 220 286 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Make today amazing!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 237 181 Make today amazing!;
#X obj 439 21 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'You've got the power!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 264 354 You've got the power!;
#X obj 219 214 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 311 383 12 can't a nose be 12 inches long? Because then it would be a foot!;
#X obj 314 177 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 441 152 What do you call a dog magician? A labracadabrador!;
#X obj 250 30 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Stay curious!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 141 254 Stay curious!;
#X obj 139 107 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Spread kindness!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 33 390 Spread kindness!;
#X obj 341 289 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Chase your dreams!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 355 310 Chase your dreams!;
#X obj 404 37 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 19 50 Why did the kid throw his clock out the window? Because he wanted to see time fly!;
#X obj 6 87 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 333 292 What did one wall say to the other? I'll meet you at the corner!;
#X obj 265 369 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Be the change you wish to see!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 374 499 Be the change you wish to see!;
#X obj 272 118 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Embrace your weirdness!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 473 364 Embrace your weirdness!;
#X obj 103 220 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'You are braver than you believe!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 402 355 You are braver than you believe!;
#X obj 475 129 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 437 75 What kind of music do planets listen to? Neptunes!;
#X obj 297 500 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 401 167 Why did the kid throw the clock out the window? To see time fly!;
#X obj 88 390 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Today is your day!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 386 477 Today is your day!;
#X obj 125 65 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Keep shining bright!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 24 0 Keep shining bright!;
#X obj 104 174 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write Purr-Data code to show the message 'You've got this, superstar!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 354 209 You've got this, superstar!;
#X obj 324 290 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 450 310 Why was the stadium hot after the game? Because there were so many fans!;
#X obj 93 425 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 119 257 What do you call a bear with no teeth? A gummy bear!;
#X obj 152 72 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Unleash your potential!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 178 63 Unleash your potential!;
#X obj 225 261 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Seize the day!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 407 402 Seize the day!;
#X obj 83 313 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Let your light shine!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 318 375 Let your light shine!;
#X obj 177 127 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 34 500 Why can't a bicycle stand up by itself? It's two-tired!;
#X obj 179 133 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 85 441 What do you call a fake noodle? An Impasta!;
#X obj 97 63 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Appreciate the little things!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 185 417 Appreciate the little things!;
#X obj 399 206 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Stay humble and kind!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 100 368 Stay humble and kind!;
#X obj 177 341 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'You are strong and capable!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 252 449 You are strong and capable!;
#X obj 447 488 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 121 244 Why did the kid throw his clock out the window? Because he wanted to see time fly!;
#X obj 229 42 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show a message when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 129 129 Bang clicked!;
#X obj 30 420 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write purr-data source code that should output the message ""This is a different message"" on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 460 248 This is a different message;
#X obj 102 62 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write purr-data source code that should output the message """"Welcome!"""" on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 245 311 Welcome!;
#X obj 189 346 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays the message 'Hello there!' when you click the bang,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 437 379 Hello there!;
#X obj 412 429 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data code snippet that prints 'Why did the scarecrow win an award?' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 349 344 Why did the scarecrow win an award?;
#X obj 54 369 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
can you make a Purr-Data patch that displays a funny message?,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 498 290 What do you call a fish with no eyes? Fsh!;
#X obj 212 66 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch to display a greeting message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 391 435 Hello!;
#X obj 287 189 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to print a message that tells the user to click the bang,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 255 227 Click the bang to see something!;
#X obj 410 435 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
can you make a Purr-Data patch that displays a random message?,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 13 495 Surprise! You clicked the bang.;
#X obj 317 488 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write a Purr-Data patch to display the message ""Have a nice day!"" when the bang is clicked","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 207 37 Have a nice day!;
#X obj 445 266 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to display a motivational quote when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 78 409 Believe you can and you're halfway there.;
#X obj 231 11 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny joke,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 439 324 Why can't a bicycle stand up by itself? It's two-tired!;
#X obj 29 483 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to display a random fun fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 362 401 Apples are more effective at waking you up in the morning than coffee.;
#X obj 440 496 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display an inspirational message when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 49 201 You have the power to make your dreams come true.;
#X obj 142 76 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a thought-provoking question on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 417 291 What is the meaning of life?;
#X obj 35 317 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a random Dad joke when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 265 32 Why can't a bicycle stand on its own? It's two-tired!;
#X obj 260 344 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a famous movie quote on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 17 221 May the Force be with you.;
#X obj 464 114 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a random trivia fact when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 225 323 Cats have fewer toes on their back paws than on their front paws.;
#X obj 226 207 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data source code snippet to print a tongue twister on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 185 126 She sells sea-shells by the sea-shore.;
#X obj 499 115 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to display a funny pun when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 3 298 I tried to catch some fog earlier. I mist.;
#X obj 215 158 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch to print a random fun fact about animals on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 217 47 Giraffes only sleep around 4.6 hours per day.;
#X obj 450 488 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to display an interesting historical fact when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 427 5 The first product to have a barcode was Wrigley's gum.;
#X obj 67 18 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 22 156 Why can't a shoe be polished? It's a little loafer!;
#X obj 281 415 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting science fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 384 413 The Earth's rotation is gradually slowing down due to the moon's gravitational pull.;
#X obj 466 259 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a random inspiring quote when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 481 255 The only way to do great work is to love what you do. - Steve Jobs;
#X obj 24 168 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a fun brain teaser on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 126 29 What gets wetter the more it dries?;
#X obj 357 234 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a surprising statistical fact when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 26 489 There are more possible game positions in chess than atoms in the observable universe.;
#X obj 59 186 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a funny definition on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 101 180 Boomerang: A stick that keeps coming back to remind you how bad your throwing skills are.;
#X obj 421 195 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a random fascinating fact about space when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 438 128 40 is a planet made of diamond, around 40 light-years from Earth.;
#X obj 198 124 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting linguistic fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 71 472 The word 'Goodbye' comes from the phrase 'God be with you'.;
#X obj 5 217 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny definition of a common word when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 235 68 Mosquito: An insect that was designed by God just to prove that he has a sense of humor.;
#X obj 71 89 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random interesting fact about the human body on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 265 158 Your stomach produces a new layer of mucus every two weeks to prevent itself from digesting itself.;
#X obj 83 441 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny definition of a made-up word when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 246 33 Frumious: The state of being covered in breadcrumbs.;
#X obj 377 151 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fun fact about music when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 207 376 The song 'Happy Birthday' generates around $2 million per year in royalties.;
#X obj 304 268 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a random interesting fact about words when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 395 46 The sentence 'The quick brown fox jumps over the lazy dog' uses every letter in the English language.;
#X obj 280 448 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a funny definition of a common phrase on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 70 329 'Once in a blue moon': An event that may never happen, since the moon is never actually blue.;
#X obj 78 447 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a surprising math fact when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 153 14 There are infinitely many prime numbers, but the sum of all their reciprocals converges to a finite value.;
#X obj 383 234 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print an interesting fact about colors on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 456 260 The color 'pink' was once called 'yellow-red'.;
#X obj 396 189 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake vocabulary word definition when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 86 282 Snugglefudge (n): The act of falling asleep on the couch while watching TV.;
#X obj 381 293 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fun fact about animals on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 156 45 Hippos are born underwater.;
#X obj 280 171 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display an interesting geographical fact when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 21 210 1 Sahara Desert is increasing by around 1 mile per year.;
#X obj 227 248 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a funny fake etymology for a common word on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 112 417 Pumpkin: From the Middle English 'pompe-kyn', meaning a child who constantly brags about themselves.;
#X obj 231 165 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny made-up proverb when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 31 422 'An apple a day keeps anyone away, if you throw it hard enough.';
#X obj 39 90 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random interesting fact about technology on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 364 19 The first computer mouse was made of wood.;
#X obj 2 84 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake dictionary definition when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 43 184 Unkempt (adj.): Having a hair style you'd least expect from the dictionary.;
#X obj 77 289 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a surprising fact about the economy on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 30 239 More Monopoly money is printed each year than real currency.;
#X obj 357 451 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake acronym definition when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 352 244 DOGMA: Dissent, Obviously Generated by Maverick Agitators;
#X obj 291 194 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a surprising fact about the human mind on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 112 366 The human brain operates on the same amount of power as a 10-watt light bulb.;
#X obj 231 91 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny made-up product name and tagline when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 314 234 SnoreAway Pillow: Finally, a good night's sleep for you AND your partner!;
#X obj 451 476 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting fact about ancient civilizations on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 214 420 The ancient Egyptians used slabs of limestone as sun-heated baths.;
#X obj 414 333 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake holiday when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 7 426 National Procrastination Day: A holiday you'll celebrate tomorrow.;
#X obj 62 11 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random fascinating fact about physics on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 412 237 If you traveled at the speed of light, time would appear to stand still.;
#X obj 18 405 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny made-up movie title when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 429 144 'Lord of the Swing Sets: The Playground Menace';
#X obj 114 448 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print an interesting linguistic fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 158 497 The letter 'Q' does not appear in any U.S. state name.;
#X obj 445 309 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake inspirational quote when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 277 80 'Shoot for the moon. Even if you miss, you'll land among the shooting stars.' - Delusional Optimist;
#X obj 139 147 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a random fascinating fact about chemistry on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 157 424 Humans share about 60% of their DNA with banana plants.;
#X obj 47 178 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny made-up book title when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 248 382 'How to Avoid Huge Ships' by Miss Aimee Sayer;
#X obj 351 368 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print an interesting fact about ancient mythology on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 373 133 In Greek myth, the Oracle of Delphi was a woman who inhaled toxic vapors to induce a trance-like state.;
#X obj 28 19 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake public service announcement when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 220 147 This is a test of the Emergency Sandwich System. This is only a test.;
#X obj 403 387 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fascinating biological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 214 110 Your body contains about 60,000 miles of blood vessels.;
#X obj 295 367 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny made-up business name when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 396 334 Binge & Purge: We're a full service snacking solutions provider!;
#X obj 485 7 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting historical fact about exploration on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 11 168 When Columbus arrived in the Bahamas in 1492, he thought he had reached East Asia.;
#X obj 214 492 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake movie tagline when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 197 308 'Snakes on a Submarine' - An underwater thriller that's sure to make waves.;
#X obj 101 224 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random fascinating fact about Earth sciences on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 403 242 7 deepest point in the world's oceans is the Challenger Deep in the Mariana Trench, which extends nearly 7 miles below the surface.;
#X obj 35 401 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny made-up proverb when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 425 474 'The squeaky wheel gets replaced.';
#X obj 76 482 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print an interesting psychological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 500 447 Humans are born with a fear of falling and loud noises.;
#X obj 311 116 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake warning label when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 342 282 WARNING: Oxygen may be habit-forming. Discontinue use if you experience shortness of breath.;
#X obj 354 368 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a random fascinating fact about meteorology on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 143 438 Snow is rain that has frozen before hitting the ground.;
#X obj 173 273 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny made-up country name when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 376 104 The Republic of Crackedria: A nation divided by broken sidewalks.;
#X obj 440 141 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print an interesting archaeological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 137 394 The Great Pyramids of Giza are the only remaining wonder of the ancient world.;
#X obj 492 373 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake ingredient when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 493 431 Ingredients: Artificial Flavors, Synthetic Happiness, Reconstituted Childlike Wonder;
#X obj 114 176 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fascinating botanical fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 176 375 3 is actually a type of grass, and can grow up to 3 feet in a single day.;
#X obj 143 285 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny made-up law when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 97 88 It is illegal to leave a shopping cart roaming the streets after midnight.;
#X obj 133 327 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting fact about ancient architecture on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 70 399 The Great Pyramid of Giza is the only remaining Wonder of the Ancient World.;
#X obj 475 275 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake inspirational poster slogan when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 258 470 Limitations: The Endless Possibilities!;
#X obj 433 137 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random fascinating fact about the solar system on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 373 243 Venus is the only planet that spins clockwise on its axis.;
#X obj 369 325 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake dictionary definition when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 302 80 Amnesia (n): A condition that enables you to forget the hilarious names you gave your kids.;
#X obj 166 454 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print an interesting fact about ancient weapons on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 81 396 Ancient Persians invented the first hand grenades in the 7th century.;
#X obj 263 408 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake dictionary word origin when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 143 352 Insomnia (n.): From the Latin 'in' meaning 'awake all darn' and 'somnia' meaning 'night'.;
#X obj 202 183 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a random fascinating zoological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 415 236 Cows have a single stomach, but it has four different compartments.;
#X obj 374 318 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake informercial product when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 366 471 The Sham-Wow 2000: It's a towel! It's a mop! It's a mediocre conversation starter!;
#X obj 48 409 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print an interesting historical anecdote on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 217 279 Napoleon was once attacked by a herd of rabbits that leapt out of a bush.;
#X obj 61 258 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny made-up assembly instruction when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 309 281 Step 1: Assemble parts A through Z in order. Step 2: Marvel at your life choices.;
#X obj 137 283 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print a random fascinating ecological fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 270 144 Around 85% of the world's plant life is found in the oceans.;
#X obj 435 324 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake principle for an -ology when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 158 133 Frisbeetology: The study of aerodynamic circular objects that seem to defy physics.;
#X obj 178 142 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints an interesting fact about ancient philosophy on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 38 396 Ancient Greek philosophers thought the brain was just a radiator to cool the heart.;
#X obj 446 167 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake government agency name when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 269 317 The Department of Redundancy Department;
#X obj 80 402 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data source code to print a random fascinating astronomical fact on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 15 167 There are more trees on Earth than there are stars in the Milky Way galaxy.;
#X obj 110 122 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data patch that displays a funny fake etymological origin for a word when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 8 117 Doughnut: From the Greek 'dough' meaning 'baked batter', and 'nought' meaning 'useless expenditure of calories'.;
#X obj 96 66 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make Purr-Data source code to print an interesting fact about ancient trade routes on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 129 453 The ancient Silk Road connected China to the Mediterranean over 4,000 miles away.;
#X obj 462 129 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display a funny fake charitable organization name when the bang is pressed,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 272 311 Pennies for Literally Anything (Just Give Us Pennies);
#X obj 139 486 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create Purr-Data code that prints a fascinating historical fact about early aviation on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 351 473 The first aircraft engine powered by a rotating blade was designed in the late 18th century.;
#X obj 154 378 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch to display a funny fake ad slogan when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 326 30 New Zig-Zag Paper Clips - They'll Never Straighten Out This Mystery!;
#X obj 327 5 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write a Purr-Data patch to display the message 'Hello, world!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 468 202 Hello, world!;
#X obj 150 454 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Keep smiling!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 26 330 Keep smiling!;
#X obj 261 130 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show a motivational message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 136 374 You can do it!;
#X obj 490 203 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 69 295 Why can't a bicycle stand up by itself? It's two-tired!;
#X obj 228 364 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 190 165 Did you hear about the claustrophobic astronaut? He just needed a little space!;
#X obj 297 404 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Good morning!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 323 297 Good morning!;
#X obj 104 221 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Have a wonderful day!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 363 452 Have a wonderful day!;
#X obj 282 24 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'You're awesome!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 55 325 You're awesome!;
#X obj 201 194 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 275 341 Why was the math book sad? Because it had too many problems!;
#X obj 176 317 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 141 130 What do you call a fake noodle? An Impasta!;
#X obj 214 42 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write a Purr-Data patch to display the message 'Smile, it's contagious!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 80 462 Smile, it's contagious!;
#X obj 395 238 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'You've got this!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 114 456 You've got this!;
#X obj 389 54 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Believe in yourself!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 90 158 Believe in yourself!;
#X obj 7 262 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 497 282 Why did the kid throw his clock out the window? Because he wanted to see time fly!;
#X obj 416 168 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 272 139 What kind of shoes do frogs wear? Opentoas!;
#X obj 419 283 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Stay positive!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 339 477 Stay positive!;
#X obj 116 431 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'You are strong!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 399 160 You are strong!;
#X obj 246 317 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Dream big!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 444 226 Dream big!;
#X obj 180 217 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 151 6 Why was the math book sad? It had too many problems!;
#X obj 20 14 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 360 322 What do you call a bear with no teeth? A gummy bear!;
#X obj 45 270 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'You can move mountains!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 40 160 You can move mountains!;
#X obj 59 281 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Your future is bright!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 442 337 Your future is bright!;
#X obj 449 434 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Never give up!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 284 91 Never give up!;
#X obj 171 97 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 146 488 Why did the tomato turn red? Because it saw the salad dressing!;
#X obj 30 31 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 308 73 What do you call a boomerang that doesn't come back? A stick!;
#X obj 61 169 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'You are enough!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 477 63 You are enough!;
#X obj 334 127 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"create a Purr-Data source code that prints 'Keep going, you're doing great!' when the bang is clicked","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 291 291 Keep going, you're doing great!;
#X obj 434 287 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Believe in your dreams!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 167 283 Believe in your dreams!;
#X obj 413 403 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 467 124 Why did the kid throw his clock out the window? Because he wanted to see time fly!;
#X obj 269 80 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 178 65 What do you get when you cross a snowman with a vampire? Frostbite!;
#X obj 50 151 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write a Purr-Data patch to display the message 'You've got this, champ!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 222 80 You've got this, champ!;
#X obj 398 351 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Embrace your uniqueness!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 113 95 Embrace your uniqueness!;
#X obj 434 46 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write Purr-Data code to show the message 'Believe in yourself, and you will be unstoppable!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 404 375 Believe in yourself, and you will be unstoppable!;
#X obj 333 269 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 349 7 Why did the bicycle fall over? Because it was two-tired!;
#X obj 456 421 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Make today amazing!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 340 302 Make today amazing!;
#X obj 374 142 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'You've got the power!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 330 69 You've got the power!;
#X obj 293 355 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 500 297 12 can't a nose be 12 inches long? Because then it would be a foot!;
#X obj 356 184 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 310 6 What do you call a dog magician? A labracadabrador!;
#X obj 85 6 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Stay curious!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 170 87 Stay curious!;
#X obj 117 389 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Spread kindness!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 314 424 Spread kindness!;
#X obj 22 367 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Chase your dreams!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 474 295 Chase your dreams!;
#X obj 181 316 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 238 175 Why did the kid throw his clock out the window? Because he wanted to see time fly!;
#X obj 150 354 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 403 422 What did one wall say to the other? I'll meet you at the corner!;
#X obj 27 308 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Be the change you wish to see!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 168 164 Be the change you wish to see!;
#X obj 401 265 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Embrace your weirdness!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 247 103 Embrace your weirdness!;
#X obj 256 42 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'You are braver than you believe!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 443 265 You are braver than you believe!;
#X obj 498 398 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 203 495 What kind of music do planets listen to? Neptunes!;
#X obj 326 3 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 485 100 Why did the kid throw the clock out the window? To see time fly!;
#X obj 358 198 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Today is your day!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 214 252 Today is your day!;
#X obj 482 203 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Keep shining bright!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 484 490 Keep shining bright!;
#X obj 278 63 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
"write Purr-Data code to show the message 'You've got this, superstar!' on bang click","#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 323 113 You've got this, superstar!;
#X obj 346 79 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 437 50 Why was the stadium hot after the game? Because there were so many fans!;
#X obj 221 281 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 274 14 What do you call a bear with no teeth? A gummy bear!;
#X obj 247 400 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Unleash your potential!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 476 348 Unleash your potential!;
#X obj 78 169 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Seize the day!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 32 397 Seize the day!;
#X obj 394 469 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'Let your light shine!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 57 334 Let your light shine!;
#X obj 20 220 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 356 26 Why can't a bicycle stand up by itself? It's two-tired!;
#X obj 38 389 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code to show a random message on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 120 302 What do you call a fake noodle? An Impasta!;
#X obj 306 185 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write a Purr-Data patch to display the message 'Appreciate the little things!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 125 187 Appreciate the little things!;
#X obj 101 466 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
create a Purr-Data source code that prints 'Stay humble and kind!' when the bang is clicked,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 6 36 Stay humble and kind!;
#X obj 365 152 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
write Purr-Data code to show the message 'You are strong and capable!' on bang click,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 5 373 You are strong and capable!;
#X obj 72 68 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"
make a Purr-Data patch that displays a funny message,"#N canvas 761 0 768 809 10;
#X obj 260 170 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000;
#X msg 214 304 Why did the kid throw his clock out the window? Because he wanted to see time fly!;
#X obj 167 465 print;
#X connect 0 0 1 0;
#X connect 1 0 2 0;"