CSS Grids
Python 1
Python 2
Python 3
Python/Grids 2
100

The tag first used to layout webpages

What is a table?

100

This function () convert input variables into numerical format

What is the int() function?

100

In order to access the randint () function you must do this first

What is "import random"?

100

This separator is used in Python to print multiple variables

What is a comma?

100

Using or expressed in more words than are needed

What is verbose?

200

Keyword indicating stretching over multiple rows or columns

What is span?

200

A plain language description of the steps in an algorithm ???

What is pseudo-code?

200

The action that leads to becoming a talented coder ???

What is practice? Or Keeping at it without giving up

200

The name for an indented line of python code.

What is a block

200

The space between two Grid Lines, either horizontal or vertical

What is a grid track?

300

Any area on the Grid bound by four grid lines. It may contain a number of Grid Cells

What is a grid area?

300

Characters used to indent text

What is \t?

300

Loops are controlled by this variable  

What is a sentry variable?

300

Operator that creates a new condition which evaluates to the opposite of the original   ???

This operator evaluates the opposite condition of the original value

What is not?

300

The space between four  grid lines

What is a grid cell?

400

Circumstance where it is valid to omit the / and the end value

What is spanning a single track.

400

These sets of instructions are used for solving a problem or accomplishing a task    ???

What is an algorithm?

400

Name to describe comparison of two variables  

OR

A statement used to compare two variables in a loop

What is a simple condition statement

400

Neglecting to change the counter results in a(n) 


What is an infinite loop?

400

One of the most difficult bugs to fix

What is a logical error?

500

This grid unit is an input that automatically calculates the leftover space in the grid container

What is fr?

500

A ______ is an expression that is either True or False.

What is condition

500

Basic way to debug a program

What is tracing?

500

Name to describe how programs make decisions based on multiple groups of comparisons

What is a compound condition?

500

Parameter used to specify the final character in a print statement

What is end?