Python - Modules and Code Organization
What will be the output of this code?
import math as m print(m.sqrt(16))
import math as m print(m.sqrt(16))
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions