To the find the probability a number is greater than x using scipy.stats.norm you could write a function like this 1-scipy.stats.norm(55.98,12.29).cdf(64)
scipy.stats.norm
1-scipy.stats.norm(55.98,12.29).cdf(64)