Files

7 lines
109 B
Python

if condition:
pass
elif other_condition:
pass
if another_on<caret>e: # <- move up here
a=1