Getting startedFunctionsVariablesVariables 2InputsSelectionFlowchartsData typesPseudocode1Pseudocode2Subprogram1Subprogram2 |
The "input" functionThings are about to get more interesting! Below on line 1 is the "input" function. It allows users to enter information into your code. Whatever they enter can be stored in to a variable (like the variable on line 1 called name).
Lets code!Below is a an empty code editor, you may delete the comments if you want. Please use the code editor to play around with the input function (like above), e.g.:
Goodluck! Test you knowledge
Loading KS3 – Python – Input
|