|
32 | 32 | 2 : constant.numeric.dec.python, meta.function-call.arguments.python, meta.function-call.python, source.python |
33 | 33 | ) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python |
34 | 34 | print : source.python, support.function.builtin.python |
35 | | - x, : source.python |
| 35 | + : source.python |
| 36 | +x : source.python |
| 37 | +, : source.python |
36 | 38 | print : meta.function-call.python, source.python, support.function.builtin.python |
37 | 39 | ( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python |
38 | 40 | x : meta.function-call.arguments.python, meta.function-call.python, source.python |
|
76 | 78 | ( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python |
77 | 79 | x : meta.function-call.arguments.python, meta.function-call.python, source.python |
78 | 80 | , : meta.function-call.arguments.python, meta.function-call.python, punctuation.separator.arguments.python, source.python |
79 | | - y : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 81 | + : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 82 | +y : meta.function-call.arguments.python, meta.function-call.python, source.python |
80 | 83 | ) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python |
81 | 84 | print : meta.function-call.python, source.python, support.function.builtin.python |
82 | 85 | ( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python |
83 | 86 | ( : meta.function-call.arguments.python, meta.function-call.python, punctuation.parenthesis.begin.python, source.python |
84 | | -x, y : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 87 | +x : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 88 | +, : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 89 | +y : meta.function-call.arguments.python, meta.function-call.python, source.python |
85 | 90 | ) : meta.function-call.arguments.python, meta.function-call.python, punctuation.parenthesis.end.python, source.python |
86 | 91 | ) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python |
0 commit comments