Skip to content

Commit

Permalink
add to list of common python functions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnicollo committed Dec 17, 2023
1 parent 5b958fe commit 7350b22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lang/python/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,24 @@
# chrisnicollo EDIT END

ctx.lists["user.code_common_function"] = { # chrisnicollo EDIT: For these, say "funk" rather than "funky"
"deck": "deque", # chrisnicollo EDIT
"dict": "dict", # chrisnicollo EDIT
"enumerate": "enumerate",
"filter": "filter", # chrisnicollo EDIT
"float": "float", # chrisnicollo EDIT
"integer": "int",
"length": "len",
"list": "list",
"map": "map", # chrisnicollo EDIT
"max": "max", # chrisnicollo EDIT
"min": "min", # chrisnicollo EDIT
"ord": "ord", # chrisnicollo EDIT
"print": "print",
"range": "range",
"set": "set",
"split": "split",
"string": "str",
"sum": "sum", # chrisnicollo EDIT
"tuple": "tuple", # chrisnicollo EDIT
"type": "type", # chrisnicollo EDIT
"update": "update",
Expand Down

0 comments on commit 7350b22

Please sign in to comment.