Talking to your computer

Edit Answers
VTOA(BRSTPMORPO ENOITANETACNOCR OICA)HRCIGASJME LDSE((KOVNEYPMT IETYLSTNRVTRBSE )NANNBVNYRHETDR (TTTETAWILEROMP TIEYHMAIPRIEFFR UFMZ(JUXRNPTMIE PIESJKTGGAIKTAT NENLKKTERNVRNHN IRTRORREXATNYSI
1.
a data type consisting of a sequence of characters, used to store any text data in a program (such as letters, words or sentences).
2.
a named memory location that can store a value to be used later
3.
a name given to a variable or function to make it easier to remember.
4.
a value passed to a function
5.
the smallest stand-alone chunk of a program
6.
a built-in function that displays a prompt, waits for the user to enter text and then returns that text
7.
a message displayed on a screen to inform the user that the computer is waiting for a specific response
8.
joining multiple strings together into a single string
9.
Rules for combining words into grammatically sensible sentences in a given language
10.
A program that reads and runs your code
11.
Occurs when your code does not obey the rules of the language and confuses the interpreter
12.
Occurs when your code uses a word that is not recognised by the interpreter
13.
end of line. An abbreviation used in Python error messages
14.
A built-in function that outputs a message to the computer screen