filter () basically returned a list of characters from above string by filtered all occurrences of 's' & 'a'. Then by using join() we joined the filtered list of ...
確定! 回上一頁