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