Python:实现 P-Series algorithm算法
from __future__ import annotations
def p_series(nth_term: int | float | str, power: int | float |
from __future__ import annotations
def p_series(nth_term: int | float | str, power: int | float |