Multiple Choice
What list will be referenced by the variable list_strip after the following code executes?
My_string = '03/07/2018'
List_strip = my_string.split('/')
A) ['3', '7', '2018']
B) ['03', '07', '2018']
C) ['3', '/', '7', '/', '2018']
D) ['03', '/', '07', '/', '2018']
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: What is the first negative index in
Q20: The _ method returns the list of
Q21: A(n)_ is a span of characters that
Q22: You cannot use a for loop to
Q23: The _ operator can be used to
Q25: The index -1 identifies the last character
Q26: What is the return value of the
Q27: If the + operator is used on
Q28: If a whole paragraph is included in
Q29: In slicing,if the end index specifies a