Across
- 2. To pull in modules to add function to your code
- 5. Contained in module and gives command
- 6. The fabs() function finds this and therefore outputs a positive integer
- 7. This is the name of the command that represents decimal numbers
- 9. This command creates output
- 10. This operation returns the remainder
- 12. Two asterisks represent this operation
- 14. Marked with a # in Python
- 15. This is the name of the command that represents text as opposed to numbers
Down
- 1. The sqrt() functions finds this
- 3. the pow(x,y) function is part of this module
- 4. The name of the module that generates random output
- 6. This character represents multiplication
- 8. the randint(x,y)function is part of this module
- 11. The int() command tells the computer to output these
- 13. A collection of Python code that can be imported to a program
