These questions really have nothing to do with App Engine. Have you tried the Python documentation?
http://docs.python.org/tutorial/datastructures.html On Apr 16, 7:35 am, Junal <[email protected]> wrote: > I'm new at GAE, and using the default framework. Problem is, i want to > see or print the data that my variable is containing. > > i.e var = [2, 3, 4...] > > in php we can print it like print_r(var); how can i do the same here? > i have another thing to know that...how can i merge 2 lists or arrays? > so that > var = [1] > var1 = [2, 3, 4...] > > Sorry, it might sound very childish...but im kinda lost to find these > answers. Will really appreciate your help > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
