Skip to content

Instantly share code, notes, and snippets.

@niansa
Created March 22, 2023 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niansa/06366a0a74e6c8c2d700315b9af96cca to your computer and use it in GitHub Desktop.
Save niansa/06366a0a74e6c8c2d700315b9af96cca to your computer and use it in GitHub Desktop.
Python 3.9.2 (default, Feb 28 2021, 17:03:44)
[GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> print("Hello world!")
Hello world!
>>>import huge_dictionary as dic
>>> res = dic.find("treehouse")
>>> res.description
'A treehouse is a structure built around, in, or on the trunk of a mature tree that can be used for recreation, leisure, work, or residence.'
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment