In JS, you have !!foo, which is "bang bang, you're a boolean"
What is the same in #python?
# something better than this?
True if "merely truthy" else False
Post
November 8, 2019
November 8, 2019
In JS, you have !!foo, which is "bang bang, you're a boolean"
What is the same in #python?
# something better than this?
True if "merely truthy" else False