[Tutor] Command not issued until after escape from loop

2010-03-14 Thread David Hutto
In the following code, the portion I'm having a problem with is outlined in stars, but since the overall code was short, I included it, just in case something else might be hindering the process. When I execute the script, it shows my main window, then if I press the CKEY it's *supposed* to cal

Re: [Tutor] Problem with little program

2010-03-14 Thread Andre Engels
On Sat, Mar 13, 2010 at 7:56 PM, Marco Rompré wrote: > Hello I have a little problem, I am trying to define a function ligneCar(n, > ca) that would print n times the caracters ca. > For now I have the user entering a short sentence corresponding to ca. > Here is my code: > def ligneCar(n,ca): >