init commit
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
list: user.code_keyword
|
||||
code.language: python
|
||||
-
|
||||
|
||||
and: " and "
|
||||
as: " as "
|
||||
assert: "assert "
|
||||
async: "async "
|
||||
await: "await "
|
||||
break: "break"
|
||||
case: "case "
|
||||
class: "class "
|
||||
deaf: "def "
|
||||
define: "def "
|
||||
dell: "del "
|
||||
elif: "elif "
|
||||
else: "else "
|
||||
except: "except "
|
||||
false: "False"
|
||||
for: "for "
|
||||
from: "from "
|
||||
global: "global "
|
||||
if: "if "
|
||||
import: "import "
|
||||
in: " in "
|
||||
is: " is "
|
||||
lambda: "lambda "
|
||||
match: "match "
|
||||
none: "None"
|
||||
not: "not "
|
||||
null: "None"
|
||||
or: " or "
|
||||
pass: "pass"
|
||||
raise: "raise "
|
||||
return: "return "
|
||||
true: "True"
|
||||
try: "try"
|
||||
type: "type"
|
||||
while: "while "
|
||||
with: "with "
|
||||
yield: "yield "
|
||||
Reference in New Issue
Block a user