The remove() method removes a particular item from a list. lang = langs.pop(3) print("{0} was removed".format(lang)). We take away the element ...
確定! 回上一頁