Python

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