... n']. It's a generator expression. It returns a generator object containing all alphabets from the string. s1=””.join(c for c in s if c ...
確定! 回上一頁