#Run this code in the shell - do not run this as a .py file. >>> import math #On a different line type the following: >>> math.sqrt(YourNumberHere) #You may replace YourNumberHere with any number.