Count the number of unique characters in a string in Python ; #Example on set()method. string='pavan'. s=set(string). print('Elements:',s). #Example on set() ...
確定! 回上一頁