Python - Modules and Code Organization
What will be the output of this code?
import math print(math.sqrt(16))
import math print(math.sqrt(16))
math module and calls sqrt(16) which calculates the square root of 16.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions