Hi,<br>      I want to solve the problem like this running on Idle python windows<br><br>The problem:<br>           the program continue printing 1,2,3,4,5.... until it receives the input 'enter' from keyboard then it stops printing<br>
<br>this could be done using msvcrt.kbhit() and msvcrt.getch() on command prompt windows<br>However, those methods could not work in Python Idle windows.<br>      Any of you guys know the methods to solve this problem?<br>
<br>      Thanks in advance.<br><br>Aonlazio<br>