11.
Is Python code compiled or interpreted?

12.
All keywords in Python are in . . . . . . . .

13.
Which of the following character is used to give single-line comments in Python?

14.
Which of the following is NOT a Python data type?

15.
What is the main purpose of a loop in Python?

16.
Which of the following is NOT a valid loop in Python?

17.
What is the purpose of a function in Python?

18.
How is a function defined in Python?

19.
Which of the following is used to define a block of code in Python language?

20.
Which keyword is used for function in Python language?