πŸ“Š Problem Solving and Python Programming
Q. Which of the following functions is a built- in function in python?
  • (A) seed()
  • (B) sqrt()
  • (C) factorial()
  • (D) print()
πŸ’¬ Discuss
βœ… Correct Answer: (D) 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.


Explanation by: Mr. Dubey
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.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
972
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
81%
Success Rate