mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
6 lines
147 B
Python
6 lines
147 B
Python
# This normal comment won't be touched as well
|
|
# for a in [1, 2, 3]:
|
|
# if a == 1:
|
|
# print 'x'
|
|
# elif a == 2:
|
|
# print 'y' |