**TI83F*

Created by TI-Smartview CE 5.4.0.1858        C1EX76B     PYCD01_Indice_Tlespe_ex76_2.py def facto_partielle(n,k):
    P=1
    for i in range(...,...):
        P=i*P
    return(...)/&