lang
/python
/ TypeHints
HomePage
[h]
class Flibble: pass def myfunc(a : int, b : Flibble) -> str: return f"{a}={b}"