-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathexpr22.py
More file actions
33 lines (30 loc) · 1.16 KB
/
expr22.py
File metadata and controls
33 lines (30 loc) · 1.16 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
match = 13
case = 12
if case == 4:
return match * 5
match : source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
13 : constant.numeric.dec.python, source.python
case : source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
12 : constant.numeric.dec.python, source.python
if : keyword.control.flow.python, source.python
: source.python
case : source.python
: source.python
== : keyword.operator.comparison.python, source.python
: source.python
4 : constant.numeric.dec.python, source.python
: : punctuation.separator.colon.python, source.python
: source.python
return : keyword.control.flow.python, source.python
: source.python
match : source.python
: source.python
* : keyword.operator.arithmetic.python, source.python
: source.python
5 : constant.numeric.dec.python, source.python