Computer Science, asked by sagarbeast03pejecq, 11 months ago

Give the output of the following snippet:
             Name= “Split-this-string” 
                Name.split(“-”)

 a. [“Split”, “this”, “string”]

 b. Split, this, string

 c. [“Split-“, “this-“, “string”]

 d. Split this string

Answers

Answered by emspsaheenpdh14w
0

a. [“Split”, “this”, “string”]

Similar questions