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