Statement Python Tutorial

import math as foobar 
foobar.sqrt(4) 
from math import sqrt as foobar 
foobar(4)