mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 04:45:04 +07:00
7 lines
109 B
Python
7 lines
109 B
Python
if condition:
|
|
pass
|
|
elif other_condition:
|
|
pass
|
|
if another_on<caret>e: # <- move up here
|
|
a=1
|