Hacker News new | ask | show | jobs
by staticassertion 1957 days ago

    code = 'f"here it is {eval(input())}"'
    (lambda: eval(code))()
k, there we go