Text surrounded by quotation marks.
What is a string?
All HTML code is contained within one or more of these.
What are tags?
Surrounds the code to be printed in a print statement
What are brackets?
Used to display information to the user.
What is the print function?
Somebody who writes code
What is a programmer?
What is a float or double?
Used to display an image.
What is the <img> tag?
Used to separate variables and text within quotation marks in a print/input statement.
What is a comma?
Used to get information from the user.
What is the input statement?
What is a variable?
Used to reference a particular box/variable.
What is the variable name?
The smallest heading size.
Used as the multiplication sign.
What is an asterisk?
Executes a block of code based on whether a condition(s) has been met.
What is an if statement?
string, boolean, integer, float and character
What is a datatype?
True or false, yes or no, 1 or 0.
Used to differentiate an opening tag from a closing tag.
What is a back slash?
!= represents
What is not equal to?
name = _____ ("what is your name?")
What is input?
The structure or rules of a language.
What is syntax?
Assigns a value to a variable.
What is an equal sign (assignment operator)?
A combination of 6 letters and/or numbers that can used to specify a colour.
What is a hex code?
Found at the end of if, elif and else lines
What is a colon?
age = int(input("How old are you?"))
What is casting?
Language used to create websites
What is HTML?