Total Questions : 40
Expected Time : 40 Minutes

1. What is the purpose of the 'zip()' function in Python?

2. Which of the following is an example of a Python built-in function?

3. What is the purpose of the 'finally' block in Python's exception handling?

4. What is the purpose of the 'is' keyword in Python?

5. What is the result of the expression '2 + '2'' in Python?

6. What is the result of the expression 'not True' in Python?

7. What is the purpose of the 'enumerate()' function in Python?

8. How do you open a file for writing in Python?

9. Which method is used to convert a string to lowercase in Python?

10. What does the 'del' keyword do in Python?

11. What is the result of the expression 'True or False' in Python?

12. How do you define a class in Python?

13. Which module is used for working with regular expressions in Python?

14. In Python, how do you check the length of a list?

15. What is the purpose of the 'else' clause in a 'try-except' block in Python?

16. What is the correct way to open and read the contents of a file in Python?

17. In Python, how do you create a function?

18. Which of the following is the correct syntax for a Python tuple?

19. What is the purpose of the 'sorted()' function in Python?

20. Which of the following is a correct way to define a function in Python?

21. What is the result of the expression '3 + 2 * 4' in Python?

22. What is the result of the expression '3 < 5' in Python?

23. In Python, how do you check if a key exists in a dictionary?

24. Which of the following is a correct way to handle exceptions in Python?

25. Which of the following is a correct way to comment in Python?

26. What is the result of the expression 'len([1, 2, 3])' in Python?

27. What is the purpose of the 'pass' statement in Python?

28. In Python, how do you check if a number is even?

29. How do you declare a tuple in Python?

30. In Python, what is the result of the expression '3 // 2'?

31. What is the purpose of the 'sorted()' function in Python?

32. What is the result of the expression '2 ** 3' in Python?

33. Which of the following is used to remove an item from a list in Python?

34. How do you create a list in Python?

35. What is the result of the expression 'not True' in Python?

36. In Python, how do you concatenate two lists?

37. What is the purpose of the 'format()' method in Python?

38. In Python, what is the 'split()' method used for?

39. How do you define a class in Python?

40. What is the purpose of the 'format()' method in Python?