Q1. Functions created by user is called _________ function
Q2. Division of large programs into smaller programs. These smaller programs are called _______.
Q3. Inbuilt functions makes the programming ________
Q4. We have to import a specific module for using built-in functions?
Q5. A function can be called _____ times in a program.
Q6. Which of the following is not a type conversion functions?
Q7. Write the output of the following.
Q8. Which of the following statement will return error?
print(int("a"))
print(str(123))
Q9. Write the output of the following:
Q10. What type of error is returned by following statement?
Thanks for Quiz