Python Programming Flashcards
1
Q
Iteration
A
Loops
2
Q
Iteration identify
A
For i in range
while
3
Q
Selection
A
Includes options
4
Q
Sequences identification
A
if ..
5
Q
How do insert comment on python
A
#
6
Q
Create a numeric variable of 5
A
Variable = 5
7
Q
+
A
Addition
8
Q
-
A
Subtract
9
Q
/
A
Divide
10
Q
*
A
Multiply
11
Q
3 Programming constructs
A
Selection, sequence iteration
12
Q
One output device on the microbit
A
Lights/display board
13
Q
input devices on microbit
A
Buttons a+b
Micro USB socket
Light sensor
Compass
14
Q
Operators
A
-
+
/
*