Questions 1.1
Questions 1.1
Incorrect
Mark 0.00 out of 1.00
Flag question
Question text
mylist = ["now", "four", "is", "score", "the", "and seven", "time", "years", "for"]
a=0
while a < 8:
print(mylist[a],)
a=a+2
Select one:
a. now is the time
b. now is the time for
c. four score and seven years
Feedback
Question 2
Incorrect
Mark 0.00 out of 1.00
Flag question
Question text
Feedback
Question 3
Incorrect
Mark 0.00 out of 1.00
Flag question
Question text
False
Feedback
Question 4
Incorrect
Mark 0.00 out of 1.00
Flag question
Question text
True
False
Feedback
Question 5
Correct
Mark 1.00 out of 1.00
Flag question
Question text
False
Feedback
Question 6
Correct
Mark 1.00 out of 1.00
Flag question
Question text
A variable that has a data type of "str" cannot be part of a compound data type
Select one:
True
False
Feedback
Question 7
Incorrect
Mark 0.00 out of 1.00
Flag question
Question text
b. 0
c. 23
d. -1
Feedback
Question 8
Incorrect
Mark 0.00 out of 1.00
Flag question
Question text
d. 13
Feedback
Question 9
Incorrect
Mark 0.00 out of 1.00
Flag question
Question text
True
False
Feedback
Flag question
Question text
False
Feedback