statement - a single line of code that performs an action, variable - a storage container for information (data), program - a set of step by step instructions that does a specific task, comment - a code line ignored by the computer; used as notes, concatenation - joining two or more strings together with the + symbol, error - when the computer encounters something unexpected in your code, assignment - process of storing information in a variable, output - information a program gives to the user, such as text, error message - the message that appears in the console when an error occurs, console - box where the computer prints output and the user can type input, code editor - box where we type our code, syntax - exact spelling, symbols, and order of the code, input - information a program receives from a user, = - assignment operator, + - addition operator, - - subtraction operator, * - multiplication operator, / - division operator, // - divides and drops the remainder, % - modulus operator, modulus operator - remainder after whole number division, addition operator - adds the two values, subtraction operator - subtracts the two values, division operator - divides the two values, multiplication operator - multiplies the two values, int( ) - converts the data inside to an integer type, float( ) - converts the data inside to a float type, str( ) - converts the data inside to a string type, += - increment operator - adds and assigns in one step, -= - decrement operator - subtracts and assigns in one step,

Rankningslista

Visuell stil

Alternativ

Växla mall

Återställ sparas automatiskt: ?