EasyMultiple choice

import math vs from math import sqrt

After 'import math', how do you call the square root function? After 'from math import sqrt', how do you call it?

← → arrow keys to navigate

Sign in to save your progress.

import math vs from math import sqrt - Python Modules & Packages Quiz | Unnested