|
|
вернуться в форумin python how to stop taking input the programme just keeps taking input. how to make it stop taking input and print result Re: in python how to stop taking input You can get the whole input data as a big string with stdin.read() [don't forget to import stdin from the sys module]. |
|
|