diff options
| author | 2021-02-16 09:10:57 -0800 | |
|---|---|---|
| committer | 2021-02-16 09:10:57 -0800 | |
| commit | 7ba7149c688ba35d60934fdc68b92b82862065c7 (patch) | |
| tree | af146ff8b1c09951df377b181a21b3d49d773f91 /bot/resources | |
| parent | Merge pull request #589 from python-discord/Reset-valentine-command-cooldown-... (diff) | |
Add .pyfacts command
Diffstat (limited to 'bot/resources')
| -rw-r--r-- | bot/resources/evergreen/python_facts.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bot/resources/evergreen/python_facts.txt b/bot/resources/evergreen/python_facts.txt new file mode 100644 index 00000000..d9e63a11 --- /dev/null +++ b/bot/resources/evergreen/python_facts.txt @@ -0,0 +1,3 @@ +Python was named after Monty Python, which Guido van Rossum likes. +If you type `import this` in the Python REPL, you'll get a poem about the philosophies about Python. (check it out by doing !zen in <#267659945086812160>) +If you type `import antigravity` in the Python REPL, you'll be directed to an [xkcd comic](https://xkcd.com/353/) about how easy Python is. |