Solved

Which List Will Be Referenced by the Variable List_strip After

Question 35

Multiple Choice

Which list will be referenced by the variable list_strip after the execution of the following code? list_string = '03/07/2008'
List_strip = list_string.split('/')


A) ['3', '7', '2008']
B) ['03', '07', '2008']
C) ['3', '/', '7', '/', '2008']
D) ['03', '/', '07', '/', '2008']

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions