XII Chap 5 & 8
Across
- 1. _____ language created by Guido van rossum
- 5. _____literal is the sequence of characters surrounded by quotes
- 6. _____mode can be used as simple calculator
- 8. name of operator // is_____
- 10. value of an operator is called_____
- 11. _____is a substring of a main string
- 13. _____operator that takes two arguments
- 15. %c represents_____
- 16. _____language uses curly braces to indicate blocks of code
Down
- 2. _____function returns a string in title case
- 3. _____are immutable in python
- 4. _____is the raw data given to variable or constant
- 7. escape sequences starts with_____
- 9. _____function helps us to enter data at run time
- 12. _____is used as separator
- 14. _____function used to display result on screen