Python - Modules and Code Organization
Which of the following is the correct syntax to import only the
sqrt function from the math module?sqrt function from the math module?from module import function.from math import sqrt.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions