A
Size: a a a
A
MK
EV
Aß
Aß
EV
АД
Aß
EV
from typing import ListУ
def a(x: List[int], y):
print(map(str, x), y)
a(99, 5)
x
тип указан, у y
— нет.mypy
ругнётся:sample_types.py:6: error: Argument 1 to "a" has incompatible type "int"; expected "List[int]"
Aß
Aß
ДП
ДП
VL
AS
VL
VL
EV
A
SZ