22) Which of the following functions is a built-in
function in python language?
Answers
Answered by
4
The function seed is a function which is present in the random module. The functions sqrt and factorial are a part of the math module. The print function is a built-in function which prints a value directly to the system output.
Similar questions