getting an iterator from a iterable object by using iter() function in Python. ... my_str='plus2net' # a string variable is declared my_str=iter(my_str) ...
確定! 回上一頁