mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-19 10:28:57 +07:00
8 lines
44 B
Python
8 lines
44 B
Python
def m(x):
|
|
print 1
|
|
|
|
|
|
class A: pass
|
|
|
|
|
|
m(1) |