Skip to content

Instantly share code, notes, and snippets.

View moggers87's full-sized avatar
👋
hey it's me

Matt Molyneaux moggers87

👋
hey it's me
View GitHub Profile
@moggers87
moggers87 / test.py
Created September 20, 2019 16:32
A really annoying Python "feature"
tup = (
"hello",
"what",
"is",
"wrong"
"with",
"this?",
)
assert len(tup) == 6, "Ah, it's actually 5. Why though?"