The following Python code is given as a string: code = 'import math; print(math.pi)' What built-in function can you use to execute this code?
Questions & Answers › Category: Python › The following Python code is given as a string: code = 'import math; print(math.pi)' What built-in function can you use to execute this code?