Python : типы ... %%typecheck import typing as tp def f(a: int): reveal_type(a) print(a ... Any = 3.0 reveal_type(b) d = f(b) reveal_type(d).
確定! 回上一頁