☰
Dup
Ver
Goto
📝
TypeHints
HomePage
[h]
PT2
/
lang
/
python
/
old-notes
does not exist
To
6 lines, 16 words, 96 chars
Page '
TypeHints
' does not exist.
class Flibble: pass def myfunc(a : int, b : Flibble) -> str: return f"{a}={b}"