Python - Modules and Code Organization
What does the statement
import math do in a Python program?import math do in a Python program?import math loads the entire math module so you can access its functions using the prefix math.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions