Tag: Functions

  • Python Question and Answers – Built-in Functions – 2

    Python Question and Answers – Built-in Functions – 2

    Python Multiple Choice Questions & Answers (MCQs) focuses on “Built-in Functions – 2”. Q 1. What will be the output of the following Python functions? chr(‘97’)chr(97)A. a Error B. ‘a’ aC. Error a D. Error Error Show Answer Answer:-C. Error a Explanation The built-in function chr() returns the alphabet corresponding to the value given as…

You cannot copy content of this page