On Thu, 28 Oct 2010 14:30:16 +0100, Zeynel <azeyn...@gmail.com> wrote:

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?

It still really isn't clear what your *question* is here.  Perhaps if
you showed us what you have tried already we might be better able to
divine what problem you're facing?

--
Rhodri James *-* Wildebeest Herder to the Masses
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to