Python Variables For Loops And More
Across
- 3. The smartest kid in class [answer is "whocares"]
- 5. a bug that happens because of a mistake in your algorithm or in how you coded it up is a ________ error
- 9. for i in _______(4):
- 10. The 'aaa' in: eee = aaa.bbb(ccc,ddd)
- 11. a bug that has to do with not properly following the rules of a language is a _______ error
- 13. a basic type of variable that represents decimals
- 14. a set of code that you want to repeat 1 or more times
Down
- 1. a basic type of variable that represents positive or negative whole numbers
- 2. a basic type of data that can only be True or False
- 4. The 'ccc' and 'ddd' in: eee = aaa.bbb(ccc,ddd); a synonym for parameters
- 6. a basic type of variable that represents letters and words
- 7. The 'eee' in: eee = aaa.bbb(ccc,ddd)
- 8. something that is not working right in a program
- 12. The 'bbb' in: eee = aaa.bbb(ccc,ddd)