I like how Python lets you write stuff like this

Big = if bool("1) What") else [{},[]]

Reply to this note

Please Login to reply.

Discussion

That's a syntax error for me 😅

meant

Big = None if bool("1) What") else [{},[]]

Still unreadable 😉