Hacker News new | ask | show | jobs
by takeda 1845 days ago
I actually don't understand Optional in that mix. "Optional" basically means the value can be "None". You typically use it like this "Optional[str]" which means the value is a string or "None".