I like how Python lets you write stuff like this
Big = if bool("1) What") else [{},[]]
That's a syntax error for me 😅
Please Login to reply.
meant
Big = None if bool("1) What") else [{},[]]
Still unreadable 😉