5 lines
79 B
Python
5 lines
79 B
Python
from __future__ import print_function
|
|
import sys
|
|
|
|
print >> sys.stderr, "Hello"
|