Dup Ver Goto 📝

TypeHints

PT2/aw/lang/python 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}"