Python:实现hexagonal numbers六边形数算法 def hexagonal_numbers(length: int) -> list[int]: if length <= 0 or not