<br>> the class is returning the list , and i want to append the list outside the class... main problem is this<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">
<br>
</div>What do you mean "the class is returning the list"? Do you mean that a class stores a list internally and you want to be able to mutate that list? Do you mean that you have a class method that returns a list? How does your particular use case differ from simply appending one list to another?<br>
</blockquote><div> </div><div>Yes, a Class method returns a list. I am trying to append this in main() to make another list. <br>But the list i am getting after appending i showing addresses like this '<__main__.Point object at 0x0254FAB0>' but if i print the same in the same loop its showing me numbers which i want. Why I dont know ??<br>
<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br>
<br>
> I know how to append a list with a list nd stuff..<br>
<br>
</div>Without further clarification, this seems to be exactly what you're asking how to do.. yeah may i make misunderstanding <br>
<div class="HOEnZb"><div class="h5"><br>
<br>
Demian Brecht<br>
@demianbrecht<br>
<a href="http://demianbrecht.github.com" target="_blank">http://demianbrecht.github.com</a><br>
<br>
<br>
<br>
<br>
</div></div></blockquote><br></div><br>