Код: Выделить всё
List[float, float, float] # List of 3 floats
Код: Выделить всё
List[float * 10] # List of 10 floats
Подробнее здесь: https://stackoverflow.com/questions/448 ... own-length
Код: Выделить всё
List[float, float, float] # List of 3 floats
Код: Выделить всё
List[float * 10] # List of 10 floats