On Oct 28, 2:32 am, robert <nos...@nospam.invalid> wrote: > the reason may be that your text doesn't contain a question (mark). ... > perhaps drill down to a question on python-level.
Thanks, I realize that what I was trying to ask is not too clear. I am learning to GAE using Python and I want to deploy a simple app. The app will have a form. The user enters a sentence to the form and presses enter. The sentence is displayed. The user types in the same sentence; the sentence is displayed on the same column; the user types in a different sentence; the different sentence is displayed on the next column; as long as the user types in the same sentence; the sentence is displayed on the same column; otherwise it is displayed on the next column. Maybe nested lists are not the right tool for this. Any suggestions? -- http://mail.python.org/mailman/listinfo/python-list