MeowNex/cc/idtr14y
2025-02-25 21:28:06 -08:00

9 lines
No EOL
395 B
Text

from random import choice
quotes = [
"I don't think regular 14 year olds would use IRC",
"I don't think regular 14 year olds would be a programmer",
"I don't think regular 14 year olds would use the internet properly",
"I don't think regular 14 year olds would be a silly goober",
"I don't think regular 14 year olds would put MeowNexUS cc's in helps"
]
print(choice(quotes))