13 lines
97 B
Python
13 lines
97 B
Python
a = 8
|
|
stuff = x
|
|
|
|
class Test(object):
|
|
def stuff(self):
|
|
print 'stuff'
|
|
|
|
|
|
|
|
|
|
|
|
x = 8
|
|
c = u
|