this post was submitted on 15 Sep 2023
390 points (93.5% liked)

Programmer Humor

19187 readers
1143 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 7 points 1 year ago (1 children)

It's not the ternary operator, it is the walrus operator introduced in Python 3.8 if I'm correct

[โ€“] [email protected] 5 points 1 year ago

You are correct. I came back to say that I'll use the walrus operator when it's pushed into my cold, dead hands, but... I might actually use it, now that I've refreshed myself on it.