You are viewing a single comment's thread. Return to all comments →
X,Y=map(float,input().split()) print(round(160+(40*(X+X**2)),3)) print(round(128+(40*(Y+Y**2)),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 →