Python for GCSE

1.3: Input and output to the python console

Keywords:
Getting Started
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
consolepart of the screen which allows the user to interact with text based python programs
editorpart of the screen which allows the user to edit python code
inputreading data from the user into a program
outputsending data out from a program to a user
processusing data to make calculations
REPLread evaluate print loop which allows you to run one line of code at a time
syntax highlightingusing different colours to help programmers understand code and spot errors
Keyword games:
Resources: