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