☰
Dup
Goto
📝
TypeHints
HomePage
[h]
PT2
/
lang
/
python
/
old-notes
10-17 14:11:30
To
Pop
6 lines, 16 words, 96 chars
Tuesday 2023-10-17 14:11:30
class Flibble: pass def myfunc(a : int, b : Flibble) -> str: return f"{a}={b}"