F Score

from scipy import stats
stats.f.ppf(1-.05,dfn=2,dfd=27)

# Excel
# FINV(alpha,df1,df2)