Modules in Python

1.What is the output of the following function? complex(3+5j)
Which of the following functions is a built-in function in python?
What is the output of the expression? round(2.578)
What is the output of the function shown below? import math abs(math.sqrt(16))
How to reverse the given list? x=[2,5,8].