Page MenuHomeSoftware Heritage
Paste P1298

python <string>
ActivePublic

Authored by vlorentz on Feb 23 2022, 11:59 AM.
$ echo "world" > "<string>"
$ python3 -c "hello"
Traceback (most recent call last):
File "<string>", line 1, in <module>
world
NameError: name 'hello' is not defined