Quiz Question 1 of 5
A programmer wants to calculate the cosine of a number using the math
module without using the import math
statement at the beginning of their code. Which of the following approaches is the most efficient and ensures the cosine function can still be used without explicitly importing the entire module?
Choose the correct answer below: