Module, with comma | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Module, with comma

from math import sqrt, cos

21st Jan 2017, 11:31 AM
Ambrosio Nguema
Ambrosio Nguema - avatar
1 Answer
0
That line indicates that the python interpreter should import the sqrt and cos functions from the math package.
22nd Jan 2017, 8:02 AM
Kevin Gilkey-Graham
Kevin Gilkey-Graham - avatar