Join Nostr
2024-08-24 09:00:04 UTC

Mike Driscoll on Nostr: #Python Pop Quiz 🐍❓ What is the output of this crazy code? A) SyntaxError B) {} ...

#Python Pop Quiz 🐍❓

What is the output of this crazy code?

A) SyntaxError
B) {}
C) {10: (10, 10)}
D) {10: ({...}, 10)}
E) What the heck?!