mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
(cherry picked from commit c16b6d7b2a8ada5b8d2a8cd882dc64593dccf00e)
7 lines
105 B
Python
7 lines
105 B
Python
print 'print'
|
|
|
|
def foo():
|
|
print 'foo'
|
|
|
|
def bar():
|
|
print 'bar' |