Post

@PythonPr Python ,
name = "radar" print(name.split('a'))
Code output ['r', 'd', 'r']
Answer is a. [’r’, ’d’, ’r’]
For More Reference =>>

English

@PythonPr a) !
split looks for a to split the string
English

@PythonPr d. None of the above. Option a is close but misses the trailing space in original string.
English




















