Created
March 22, 2023 15:33
-
-
Save niansa/06366a0a74e6c8c2d700315b9af96cca to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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