Python

12345678910
Across
  1. 3. repeated execution of code blocks
  2. 4. block of organized and reusable code
  3. 8. open a terminal or command line and type "phyton."
  4. 9. objects passed to a function
  5. 10. addition(+),subtraction(-),multiplication(*),division(/),integer division(//),modulo(%)
Down
  1. 1. numeric(integers,floats,complex), Sequences(strings,list,tuples), Booleans(True,False), Dictionaries, and Sets
  2. 2. expression in which the result is True or False
  3. 5. evaluates a boolean expression and does some process depending on the result
  4. 6. open a terminal and the phyton or python3 depending on your system
  5. 7. symbolic name that points to a specific objects