Python

12345678910
Across
  1. 4. >>>"a"+"bc" output?
  2. 5. any([5>8, 6>3, 3>1]) output ?
  3. 7. Which looping stmt not accepted by python
  4. 9. Which one of the following has the highest precedence in the expression. a) Division b) Multiplication c) parenthesis
  5. 10. extension of python file
Down
  1. 1. how to define a block of code in python
  2. 2. z = {"x":0, "y":1} example of ?
  3. 3. What happens when '2' == 2 is executed?
  4. 6. Which function helps to find the type of data
  5. 8. L = [2, 54, 'javatpoint', 5] identify the datatype