assistant= 0.05n = 500p = 0.3test = 100pr(t) = float(t)/nTesting if there is any statistical significance from t to p (0.3)---Wait — this looks like the setup for a one-proportion z-test. What's α = 0.05 doing on the first line as "t"?