mirror of
https://github.com/exaloop/codon.git
synced 2025-06-03 15:03:52 +08:00
9 lines
86 B
Python
9 lines
86 B
Python
def foo():
|
|
print 'a.foo'
|
|
def bar():
|
|
print 'a.bar'
|
|
print 'a'
|
|
|
|
zoo = 5
|
|
_zoo = 3
|