In <6e030fd0-93c1-4d23-8656-e06c411b6...@googlegroups.com> chris alindi 
<alindikri...@gmail.com> writes:

> simple while loop range(10) if user press esc exits loop

range() is typically used with for loops, not while loops.

what is your while condition?
what use is the range() value?

-- 
John Gordon                   A is for Amy, who fell down the stairs
gor...@panix.com              B is for Basil, assaulted by bears
                                -- Edward Gorey, "The Gashlycrumb Tinies"

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to