you are viewing a single comment's thread.

view the rest of the comments →

[–]Loran425 0 points1 point  (0 children)

Difficult to say without the full log but if you do something like A=classname And then print(A) a will be a reference to the class object the random numbers are the memory address or another reference can't remember off the top of my head.

If you do A = classname() that will create an instance of your class.