Python Forum
Python Forum
>
Python Coding
>
Homework
> Read keyboard until keypress
Full Version:
Read keyboard until keypress
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
ytav
Jun-09-2018, 07:51 AM
How can I read from keyboard until the user press CTRL + D?
Larz60+
Jun-09-2018, 01:14 PM
write some code to do that.
see:
https://stackoverflow.com/questions/5103...le_rich_qa
for getting single characters
Python Forum
>
Python Coding
>
Homework
> Read keyboard until keypress