☰
Dup
Goto
📝
TypeHints
HomePage
[h]
PT2
/
aw
/
lang
/
python
07-31 13:46:41
To
Pop
6 lines, 16 words, 96 chars
Monday 2023-07-31 13:46:41
class Flibble: pass def myfunc(a : int, b : Flibble) -> str: return f"{a}={b}"