Python Programming Flashcards
1
Q
What does it mean if a line of programming is red
A
There is an error
2
Q
A variable is
A
Part of the program that can change and you can assign a value to it
3
Q
Variables can only contain …
A
Numbers, letters and underscores
4
Q
A variable can not start with a
A
Number
5
Q
=
A
Comment
6
Q
== means
A
Equal to
8
Q
What colour is text in a program
A
Green
9
Q
What is a bug
A
When something is wrong with the program you have made so it stops it working
11
Q
What is float
A
Holds Numbers with a decimal point
12
Q
>
A
Greater than
13
Q
What is a string
A
A string holds numbers and letters
15
Q
A
Less than
16
Q
While loop is
A
Stops when you meet a criteria
17
Q
!=
A
Not equal to
18
Q
<=
A
Less than or equal to