Python Quiz

0%
326
Created on By mpsc-info

Technology

Python-Advance

२० प्रश्न प्रत्येकी ०१ गुणासाठी

वेळ १० मिनिटे

1 / 20

What does pip stand for python?

2 / 20

Which of the following is not a core data type in Python programming?

3 / 20

Which of the following is the correct extension of the Python file?

4 / 20

 Is Python case sensitive when dealing with identifiers?

5 / 20

To add a new element to a list we use which Python command?

6 / 20

What will be the output of the following Python function?

len(["hello",2, 4, 6])

7 / 20

Which of the following statements is used to create an empty set in Python?

8 / 20

Which one of the following is not a keyword in Python language?

9 / 20

Which of the following functions is a built-in function in python?

10 / 20

What are the two main types of functions in Python?

11 / 20

 Which type of Programming does Python support?

12 / 20

Which one of the following is the use of function in python?

13 / 20

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

14 / 20

Which of the following is true for variable names in Python?

15 / 20

What will be the output of the following Python code?

i = 1while True:    if i%3 == 0:        break    print(i)     i + = 1

16 / 20

What is the maximum possible length of an identifier in Python?

17 / 20

Which of these is the definition for packages in Python?

18 / 20

 Is Python code compiled or interpreted?

19 / 20

Which arithmetic operators cannot be used with strings in Python?

20 / 20

All keywords in Python are in _________

Your score is

0%

Leave a comment