Python 3

12345678910111213
Across
  1. 2. true/ false statements inside a loop indented
  2. 3. last name of the father of computers
  3. 8. name of the * operator
  4. 11. keyword used to create functions in Python
  5. 12. statement used for exception handling
  6. 13. has the highest precede3nce in expressions
Down
  1. 1. process of finding and fixing errors
  2. 3. number system with only two unique numbers
  3. 4. used where data is restricted to True/ False
  4. 5. keyword used to change data into float
  5. 6. Tuple is a mutable(true or false) in python
  6. 7. which is mutable(changeable) out of list and string?
  7. 9. whole numbers
  8. 10. convert strings into lowercase
  9. 11. name of the / operator