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