Advertisement
Guest User

Untitled

a guest
Aug 1st, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. # -*-coding:utf-8 -*
  2.  
  3. class Test:
  4.         liste = []
  5.         def __init__(self):
  6.                 Test.liste.append(self)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement