mirror of
https://github.com/bendtherules/pytry.git
synced 2026-08-18 22:03:03 +00:00
6 lines
72 B
Python
6 lines
72 B
Python
def a(self):
|
|
print self
|
|
|
|
class b():
|
|
def a(self):
|
|
a(self) |