Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f1c16a

Browse files
committed
Regenerate.
1 parent 53d960c commit 1f1c16a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/keyword.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
kwlist = [
1616
#--start keywords--
1717
'and',
18+
'as',
1819
'assert',
1920
'break',
2021
'class',
@@ -42,6 +43,7 @@
4243
'return',
4344
'try',
4445
'while',
46+
'with',
4547
'yield',
4648
#--end keywords--
4749
]

0 commit comments

Comments
 (0)