cpy3/tests/test.py

7 lines
82 B
Python
Raw Permalink Normal View History

2019-01-18 19:50:08 +00:00
from io import StringIO
import sys
sys.stdout = StringIO()
print("hello world")