forked from MagicStack/MagicPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexpr12.py
More file actions
17 lines (14 loc) · 761 Bytes
/
expr12.py
File metadata and controls
17 lines (14 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
print []
print {}
print 1
print : meta.item-access.python, source.python, support.function.builtin.python
: meta.item-access.python, source.python
[ : meta.item-access.python, punctuation.definition.arguments.begin.python, source.python
] : meta.item-access.python, punctuation.definition.arguments.end.python, source.python
print : source.python, support.function.builtin.python
: source.python
{ : punctuation.definition.dict.begin.python, source.python
} : punctuation.definition.dict.end.python, source.python
print : source.python, support.function.builtin.python
: source.python
1 : constant.numeric.dec.python, source.python