What is the output of the following code snippet? string  =…

Questions

Whаt is the оutput оf the fоllowing code snippet? string  = "This is а long string"string_split = string.split('s')print(string_split)