mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
6 lines
147 B
Python
6 lines
147 B
Python
if condition:
|
|
pass
|
|
elif other_condition:
|
|
if another_one:
|
|
if T<caret>rue: a = 1 # <- move statement up here
|
|
else: b = 2 |