Eric Nieuwland wrote: > max(01)* wrote: > >> $ cat file_input_3.py >> #!/usr/bin/python >> >> import sys >> >> MIAPIPE = open("una_pipe", "r") >> >> for riga in MIAPIPE: >> print riga, >> ... >> [...] >> BUT if i try to do the same with the python code, something different >> happens: i have to type ALL the lines on console #2 and complete the cat >> command (ctrl-d) before seeing the lines echoed on console #1. > > > You could try: > > for riga in MIAPIPE: > print riga # NO COMMA! > sys.stdout.flush() > doesn't work! :-(
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4