ruff/resources/test/fixtures/F633.py
2022-09-13 21:10:20 -04:00

4 lines
79 B
Python

from __future__ import print_function
import sys
print >> sys.stderr, "Hello"