Python - Code

?
Output values of a variable or directly inputed text, integer or float.
print
1 of 14
A loop that carries on a command, the amount of times that is written within the code.
for
2 of 14
A loop that carries on a command until a condition is met.
while
3 of 14
A keyword used to interpret commands if the statement is true.
if
4 of 14
A keyword used if more than one commands are to be interpretated id the statements is true.
elif
5 of 14
A keyword used to interpret command in control flow if none of the statement(s) is(are) true.
else
6 of 14
Name of data type that only includes "True" or "False".
boolean
7 of 14
Name of data type that only includes numbers.
integer
8 of 14
Name of data type that can include anything.
float
9 of 14
Name of data type that only includes text (and literally any character).
string
10 of 14
Name for "==": is ____ to
equal
11 of 14
A "______ character" is used if you want to use a symbol that will finish a string.
escape
12 of 14
Converts data into integers: _ _ _ ()
int
13 of 14
Converts data into string: _ _ _ ()
str
14 of 14

Other cards in this set

Card 2

Front

A loop that carries on a command, the amount of times that is written within the code.

Back

for

Card 3

Front

A loop that carries on a command until a condition is met.

Back

Preview of the front of card 3

Card 4

Front

A keyword used to interpret commands if the statement is true.

Back

Preview of the front of card 4

Card 5

Front

A keyword used if more than one commands are to be interpretated id the statements is true.

Back

Preview of the front of card 5
View more cards

Comments

krystian2000

Report

* Question 8: id - if

19002276

Report

Bruh

b.carr

Report

lol bad

Quinnnn

Report

I was here

19002276

Report

Similar Computing resources:

See all Computing resources »See all Programming resources »