ruff/crates/ruff_linter/resources/test/fixtures/pyflakes/F633.py
2023-09-20 08:38:27 +02:00

4 lines
79 B
Python

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