In python we can remove the first character from a string using slicing, by using for loop, or by using list() + pop() + join() function, etc.
確定! 回上一頁