Which of the following functions is a built-in function in python?

Questions & AnswersCategory: Programming LanguageWhich of the following functions is a built-in function in python?
1 Answers
Geek Boy Staff answered 2 years ago

b. print(.
Explanation: 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.