File tree Expand file tree Collapse file tree 2 files changed +864
-737
lines changed Expand file tree Collapse file tree 2 files changed +864
-737
lines changed Original file line number Diff line number Diff line change 16
16
17
17
kwlist = [
18
18
'False' ,
19
+ 'Fałsz' ,
20
+ 'Nic' ,
19
21
'None' ,
22
+ 'Prawda' ,
23
+ 'TODO_jak_to_nazwać' ,
20
24
'True' ,
25
+ 'albo' ,
21
26
'and' ,
27
+ 'anonim' ,
22
28
'as' ,
23
29
'assert' ,
24
30
'async' ,
28
34
'continue' ,
29
35
'def' ,
30
36
'del' ,
37
+ 'dla' ,
38
+ 'dopóki' ,
31
39
'elif' ,
32
40
'else' ,
33
41
'except' ,
38
46
'if' ,
39
47
'import' ,
40
48
'in' ,
49
+ 'inaczej' ,
41
50
'is' ,
51
+ 'jako' ,
52
+ 'jest' ,
53
+ 'jeżeli' ,
54
+ 'klasa' ,
55
+ 'kontynuuj' ,
56
+ 'krzycz' ,
42
57
'lambda' ,
58
+ 'lub' ,
59
+ 'nie' ,
60
+ 'nielokalny' ,
43
61
'nonlocal' ,
44
62
'not' ,
63
+ 'ode' ,
64
+ 'odpocznij' ,
45
65
'or' ,
66
+ 'oraz' ,
67
+ 'ostatecznie' ,
46
68
'pass' ,
69
+ 'poza' ,
70
+ 'przerwij' ,
47
71
'raise' ,
48
72
'return' ,
73
+ 'spośród' ,
74
+ 'spróbuj' ,
49
75
'try' ,
76
+ 'usuń' ,
77
+ 'wewnątrz' ,
78
+ 'weźże' ,
50
79
'while' ,
51
80
'with' ,
52
- 'yield'
81
+ 'wznieś' ,
82
+ 'yield' ,
83
+ 'zapewnij' ,
84
+ 'załaduj' ,
85
+ 'zwróć' ,
86
+ 'złap' ,
87
+ 'światowy'
53
88
]
54
89
55
90
iskeyword = frozenset (kwlist ).__contains__
You can’t perform that action at this time.
0 commit comments