[*]
Код: Выделить всё
[int]
[*]
Код: Выделить всё
list[int | str]
Код: Выделить всё
[int, string]
Подробнее здесь: https://stackoverflow.com/questions/796 ... int-str-fo
Код: Выделить всё
[int]
Код: Выделить всё
list[int | str]
Код: Выделить всё
[int, string]