+ 7
Using sys.stdin
I've been trying to use the sys.stdin pseudofile in Code Playground, in ordee to get input. As you have seen in a few code of mine, sys.stdout.write() works. Likewise, I wanted to play with sys.stdin.read() but it doesn't work. Can Someone Help Me?
2 Respostas
+ 3
It's likely that it hasnt been implemented into the playground compiler
- 1
hello