-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathmodule4.py
More file actions
45 lines (41 loc) · 3.05 KB
/
module4.py
File metadata and controls
45 lines (41 loc) · 3.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
"TE\"ST"
r"TE\"ST"
R"TE\"ST"
u"TEST"
U"TEST"
b"TEST"
B"TEST"
" : punctuation.definition.string.begin.python, source.python, string.quoted.docstring.single.python
TE : source.python, string.quoted.docstring.single.python
\" : constant.character.escape.python, source.python, string.quoted.docstring.single.python
ST : source.python, string.quoted.docstring.single.python
" : punctuation.definition.string.end.python, source.python, string.quoted.docstring.single.python
r : source.python, storage.type.string.python, string.quoted.docstring.raw.single.python
" : punctuation.definition.string.begin.python, source.python, string.quoted.docstring.raw.single.python
TE : source.python, string.quoted.docstring.raw.single.python
\" : source.python, string.quoted.docstring.raw.single.python
ST : source.python, string.quoted.docstring.raw.single.python
" : punctuation.definition.string.end.python, source.python, string.quoted.docstring.raw.single.python
R : source.python, storage.type.string.python, string.quoted.docstring.raw.single.python
" : punctuation.definition.string.begin.python, source.python, string.quoted.docstring.raw.single.python
TE : source.python, string.quoted.docstring.raw.single.python
\" : source.python, string.quoted.docstring.raw.single.python
ST : source.python, string.quoted.docstring.raw.single.python
" : punctuation.definition.string.end.python, source.python, string.quoted.docstring.raw.single.python
: source.python
u : source.python, storage.type.string.python, string.quoted.single.python
" : punctuation.definition.string.begin.python, source.python, string.quoted.single.python
TEST : source.python, string.quoted.single.python
" : punctuation.definition.string.end.python, source.python, string.quoted.single.python
U : source.python, storage.type.string.python, string.quoted.single.python
" : punctuation.definition.string.begin.python, source.python, string.quoted.single.python
TEST : source.python, string.quoted.single.python
" : punctuation.definition.string.end.python, source.python, string.quoted.single.python
b : source.python, storage.type.string.python, string.quoted.binary.single.python
" : punctuation.definition.string.begin.python, source.python, string.quoted.binary.single.python
TEST : source.python, string.quoted.binary.single.python
" : punctuation.definition.string.end.python, source.python, string.quoted.binary.single.python
B : source.python, storage.type.string.python, string.quoted.binary.single.python
" : punctuation.definition.string.begin.python, source.python, string.quoted.binary.single.python
TEST : source.python, string.quoted.binary.single.python
" : punctuation.definition.string.end.python, source.python, string.quoted.binary.single.python