Question 11 MarkBuilt-in functions are also known as _________________. (Library functions)AnswerLibrary functionsView full question & answer→
Question 21 MarkThe output of the round(234,7849,2) is ______________________. Answer-234.79View full question & answer→
Question 31 MarkThe function pow(x,y,z) is evaluated as ______________. Answer(x**y) % zView full question & answer→
Question 41 Mark__________ function return the value of an alphabet passed to it as an argument. Answer(ord())View full question & answer→