Собрали в одном месте самые важные ссылкиконсультируем про IT, Python
from typeguard import typechecked @typechecked def some_function(a: int, b: float, c: str, *args: str) -> bool: ...