XII Chap 5 & 8

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