-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathbackticks1.py
More file actions
18 lines (15 loc) · 1004 Bytes
/
backticks1.py
File metadata and controls
18 lines (15 loc) · 1004 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
a = `(1, `2`)`
a : source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
` : invalid.deprecated.backtick.python, source.python
( : invalid.deprecated.backtick.python, punctuation.parenthesis.begin.python, source.python
1 : constant.numeric.dec.python, invalid.deprecated.backtick.python, source.python
, : invalid.deprecated.backtick.python, punctuation.separator.element.python, source.python
: invalid.deprecated.backtick.python, source.python
` : invalid.deprecated.backtick.python, source.python
2 : constant.numeric.dec.python, invalid.deprecated.backtick.python, source.python
` : invalid.deprecated.backtick.python, source.python
) : invalid.deprecated.backtick.python, punctuation.parenthesis.end.python, source.python
` : invalid.deprecated.backtick.python, source.python