• + 0 comments
    #py
    m, std, n, z=500, 80, 100, 1.96
    me=z*(std/n**.5)
    print(round(m-me, 2), round(m+me, 2), sep='\n')