1. Which of the following is the use of id() function in python?

2. Is Python case sensitive when dealing with identifiers?

3.

4. Mathematical operations can be performed on a string. State whether true or false -

5. Which one of the following has the highest precedence in the expression?

6. What is the return type of function id?

7. What is the output of the following? print("Hello {0!r} and {0!s}".format('foo', 'bin'))

8. Which of the following data types is not supported in python ?

9. Which Of The Following Keywords Mark The Beginning Of The Class Definition?

10. Select the reserved keyword in python-

11. Are nested if-else are allowed in Python?

12. Python allows string slicing. What is the output of below code: s='cppbuzz chicago' print(s[3:5])

13. class test: def __init__(self): print "Hello World" def __init__(self): print "Bye World" obj=test()

14. The format function, when applied on a string returns :

15. Which statement is correct....??

16. What is the maximum possible length of an identifier?

17. Which one of the following is not a python's predefined data type?

18. What will be the output of 7^10 in python?

19. 19 % 2 in python

20. Which of the following has more precedance?

21. Is Tuple mutable?

22. Which of the following is a Python tuple?

23. Which of the following is not a declaration of the dictionary?

24. Which of the following refers to mathematical function?