Skip to content

Instantly share code, notes, and snippets.

@thesanjeetc
thesanjeetc / cloudSettings
Last active June 28, 2021 13:51
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-06-28T13:51:18.119Z","extensionVersion":"v3.4.3"}
#You can import any modules required here
moduleName = "life"
commandWords = ["meaning","life"]
def execute(command):
print("The meaning of life is 42")