forked from MagicStack/MagicPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimple7.py
More file actions
10 lines (6 loc) · 671 Bytes
/
simple7.py
File metadata and controls
10 lines (6 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
f'abc \ efg'
f : meta.fstring.python, source.python, storage.type.string.python, string.interpolated.python, string.quoted.single.python
' : meta.fstring.python, punctuation.definition.string.begin.python, source.python, string.interpolated.python, string.quoted.single.python
abc : meta.fstring.python, source.python, string.interpolated.python, string.quoted.single.python
\ efg : meta.fstring.python, source.python, string.interpolated.python, string.quoted.single.python
' : meta.fstring.python, punctuation.definition.string.end.python, source.python, string.interpolated.python, string.quoted.single.python