Python Computing Crossword

1234567
Across
  1. 2. the command you use to display a value on the screen
  2. 4. the command you use to get information from the user from the keyboard
  3. 5. You need to use these at either side of the functions parameters for every command you use in the code
Down
  1. 1. a self contained piece of code that can be called on within the main program
  2. 3. you pass values to a function
  3. 4. The Python online environment that incorporates a Compiler, Editor, Interpreter and Debugger
  4. 6. You use # to flag what this line is doing in your code
  5. 7. Python is a computer language that is not block based programming but is ...