Total Questions : 50
Expected Time : 50 Minutes

1. Which of the following is used to represent a comment in Python?

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

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

4. Which of the following is used to represent a comment in Python?

5. How do you check if a string contains a substring in Python?

6. In Python, how do you check the type of a variable?

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

8. What is the purpose of the 'with' statement in Python?

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

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

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

12. What is the purpose of the '__str__' method in Python?

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

14. How do you declare a tuple in Python?

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

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

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

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

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

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

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

22. How do you declare a tuple in Python?

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

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

25. What is the purpose of 'pip' in Python?

26. What is the purpose of the 'self' parameter in Python class methods?

27. What is the purpose of the 'map()' function in Python?

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

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

30. Which of the following is used for exponentiation in Python?

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

32. How do you create a list in Python?

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

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

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

36. How do you define a constant in Python?

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

38. What is the purpose of the 'global' keyword in Python?

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

40. Which of the following is used for exponentiation in Python?

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

42. What is the purpose of the 'lambda' function in Python?

43. How do you define a constant in Python?

44. What is the result of the expression 'True and False' in Python?

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

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

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

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

49. Which data type is mutable in Python?

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