$ echo "world" > "" $ python3 -c "hello" Traceback (most recent call last): File "", line 1, in world NameError: name 'hello' is not defined