You are viewing a single comment's thread. Return to all comments →
x=0.88 y=1.55 Ca=160+40*(x+x**2) Cb=128+40*(y+y**2) print(round(Ca,3)) print(round(Cb,3))
Seems like cookies are disabled on this browser, please enable them to open this website
Day 5: Poisson Distribution II
You are viewing a single comment's thread. Return to all comments →
x=0.88 y=1.55 Ca=160+40*(x+x**2) Cb=128+40*(y+y**2) print(round(Ca,3)) print(round(Cb,3))