forked from MagicStack/MagicPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackticks2.py
More file actions
18 lines (15 loc) · 709 Bytes
/
backticks2.py
File metadata and controls
18 lines (15 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
a = `\
123`
print a
a : source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
` : invalid.deprecated.backtick.python, source.python
\ : invalid.deprecated.backtick.python, punctuation.separator.continuation.line.python, source.python
: invalid.deprecated.backtick.python, source.python
123 : constant.numeric.dec.python, invalid.deprecated.backtick.python, source.python
` : invalid.deprecated.backtick.python, source.python
print : source.python, support.function.builtin.python
: source.python
a : source.python