print() - Outputs the specified text onto the screen, input() - Allows the user to enter data , Syntax - The set of rules that define a programming language, Python - A high level programming language, Variable - A value that can be assigned to a word, print("Hello World") - Would output - Hello World, name=input() - Would ask the user to assign text to a variable called name, print(name) - Would output what was assigned to the name variable, number=20 - Assigns the number 20 to a variable called number, Algorithm - A list of tasks/rules to follow in a sequence,

Leaderboard

Visual style

Options

Switch template

Continue editing: ?