Hacker News new | ask | show | jobs
by bjoli 94 days ago
if input() == "dynamic scope?": defined = "happyhappy" print(defined)

I'd rather not use python. The ick gets me every time.

1 comments

It killed ny formatting

    if input() == "dynamic scope?":
        defined = "happyhappy"
    print(defined)