1 of 85
Term Definition
print_messages( ) flase
def print_messages( ):
print('message 1')
print('message 2')
this code will print two
messages
true or false?
Give this one a try later!
True False
Correct definition
False
2 of 85
,Term Definition
write will write strings, floats, false
integers, etc
true or false
Give this one a try later!
True False
3 of 85
Term Definition
using files is basically a three false
step process: open, use, close
True or false
Give this one a try later!
True False
Correct definition
True
4 of 85
,Term Definition
mytuple = (5, 10, 15, 20) flase
mytuple[1] = 25
after the code above is
executed, the value of mytuple
is 25
true or false
Give this one a try later!
True False
Correct definition
false
, 5 of 85
Term Definition
both top-down and bottom-up false
designs end up creating a
hierarchy of functions
Give this one a try later!
True False
Correct definition
true
6 of 85
Term Definition
one of the reasons for writing True
functions is that it allows you to
conceptually separate parts of
the code.
True or false
Give this one a try later!
True False
Term Definition
print_messages( ) flase
def print_messages( ):
print('message 1')
print('message 2')
this code will print two
messages
true or false?
Give this one a try later!
True False
Correct definition
False
2 of 85
,Term Definition
write will write strings, floats, false
integers, etc
true or false
Give this one a try later!
True False
3 of 85
Term Definition
using files is basically a three false
step process: open, use, close
True or false
Give this one a try later!
True False
Correct definition
True
4 of 85
,Term Definition
mytuple = (5, 10, 15, 20) flase
mytuple[1] = 25
after the code above is
executed, the value of mytuple
is 25
true or false
Give this one a try later!
True False
Correct definition
false
, 5 of 85
Term Definition
both top-down and bottom-up false
designs end up creating a
hierarchy of functions
Give this one a try later!
True False
Correct definition
true
6 of 85
Term Definition
one of the reasons for writing True
functions is that it allows you to
conceptually separate parts of
the code.
True or false
Give this one a try later!
True False