Q11. What Will Be

example import area as A now we will call function area_circle using alias name A of module area like as A.area_circle(5) Note :we can also provide alias name to function of modules whenever we are using it with python from statement and whenever we have to call any statement then we have to provide function alias name instead of function ... ................
................