mirror of
https://github.com/OpenJarbas/PySychonaut.git
synced 2024-11-25 04:39:34 +01:00
8 lines
291 B
Python
8 lines
291 B
Python
|
|
from pysychonaut import AskTheCaterpillar
|
|
|
|
print(AskTheCaterpillar.ask_the_caterpillar("what are the effects of lsd"))
|
|
|
|
"""
|
|
Effects reported for Lsd are: visual distortions, a sense of childlike wonder, brightening of colors,racing thoughts, hue shifts, euphoria, anxiety, and confusion
|
|
""" |