-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathif1.py
More file actions
43 lines (40 loc) · 1.53 KB
/
if1.py
File metadata and controls
43 lines (40 loc) · 1.53 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
if (a if b else c):
1
elif b or c and d:
2
else:
3
if : keyword.control.flow.python, source.python
: source.python
( : punctuation.parenthesis.begin.python, source.python
a : source.python
: source.python
if : keyword.control.flow.python, source.python
: source.python
b : source.python
: source.python
else : keyword.control.flow.python, source.python
: source.python
c : source.python
) : punctuation.parenthesis.end.python, source.python
: : punctuation.separator.colon.python, source.python
: source.python
1 : constant.numeric.dec.python, source.python
elif : keyword.control.flow.python, source.python
: source.python
b : source.python
: source.python
or : keyword.operator.logical.python, source.python
: source.python
c : source.python
: source.python
and : keyword.operator.logical.python, source.python
: source.python
d : source.python
: : punctuation.separator.colon.python, source.python
: source.python
2 : constant.numeric.dec.python, source.python
else : keyword.control.flow.python, source.python
: : punctuation.separator.colon.python, source.python
: source.python
3 : constant.numeric.dec.python, source.python