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