Files
python-uncompyle6/test/simple_source/stmts/05_with.py
2016-07-08 07:01:48 -04:00

4 lines
68 B
Python

from __future__ import with_statement
with (sys) as f:
print(f)