• + 0 comments

    The answer doesnt accept results using scipy, here's my code:

    import math
    
    res = (2.5**5)*math.exp(-2.5)/math.factorial(5)
    print(res)