What is a list?
What is a list index?
What is the index of the last item in a list of length 5?
What can go in a list?
What does a
for
block do?For the App with the following blocks:
What text will
Label1
display after the user clicksButton1
?What text will
Label1
display afte the user clicksButton2
, thenButton1
?What text will
Label1
display afte the user clicksButton2
twice, thenButton1
?What text will
Label1
display afte the user clicksButton2
, thenButton3
?What text will
Label1
display afte the user clicksButton2
twice, thenButton3
?