//gfg is String or Array //calculate length using len() method length_of_string=gfg.len(); //from 0 to last index &gfg[..lenght_of_string] ...
確定! 回上一頁