Across
- 3. Python function that can be used to place text on individual lines. Can be used when file handling
- 8. Count controlled loop
- 9. Division that just returns the remainder (%)
- 10. One of a range of values needs to be true
- 13. Conditional controlled loop
- 14. The joining of strings
- 17. IF | ELSE
- 18. Python function to change text to small case
- 22. >=
- 23. Python function to extract a range of characters from a string
- 25. looping
- 27. The w in file handling
- 28. In order
Down
- 1. Operator that is =
- 2. <
- 4. The r in file handling
- 5. Both values need to be true
- 6. Changing from one data type to another
- 7. Sub program (routine) that does not return a value
- 8. Sub program (routine) that returns a value
- 11. An subprogram that calls itself
- 12. Division that just returns the whole number (// - floor)
- 15. An identifier for a value in memory that may change while the programming is running
- 16. Operator that is ==
- 19. >
- 20. An identifier for a value in memory that does not change while the programming is running
- 21. Getting a range (certain characters) of a string
- 24. The opposite value
- 26. Popular character set
