Definition Add items to the list. Syntax L.append(object) Parameters String, numeric Examples The return with adding the list item to other.
The return is:
str.split()->list.append() The method convert the str to list and then append the item. list.append(decimal) The method list the decimal value and limit the decimal point to '1.00' through quantize.
|