This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Armin Ronacher
mitsuhiko.at
did:plc:yym5dkfbnzf6lspvh4hnstjg
Little Python quiz. What does list(f()) return for these:
def one():
return [1]
yield
def two():
return (yield 1)
And why :)
2025-05-09T16:00:44.455Z