Y
Hacker News
new
|
ask
|
show
|
jobs
by
MitPitt
1208 days ago
a non-empty quine in python would be `"hello world"`
1 comments
chrisshroba
1208 days ago
Just writing a string in a python doesn’t output that string to stdout
link
MitPitt
1208 days ago
yes it does
link
chrisshroba
1206 days ago
$ ~ echo '"Hello world"' > quine.py $ ~ cat quine.py "Hello world" $ ~ python quine.py $ ~
link