This website requires JavaScript.
Explore
Help
Sign In
steino
/
cpy3
Watch
1
Star
0
Fork
You've already forked cpy3
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
6ed25e33b3
cpy3
/
tests
/
test.py
7 lines
82 B
Python
Raw
Blame
History
from
io
import
StringIO
import
sys
sys
.
stdout
=
StringIO
(
)
print
(
"
hello world
"
)
Reference in New Issue
View Git Blame
Copy Permalink