Add a member variable to a class on the fly







class C2: pass

C2.x = 23

print C2.x                    



           

       

Tags: , , , , ,

Leave a Reply