python common built-in functions 200 310

Built-in functions

Experience the use of built-in functions

function description Remark
Only (item) Count the number of elements in the container
del(item) Delete variables There are two ways del
max(item) Returns the maximum container element If the dictionary, comparing only for key
min(item) Returns the minimum container element If the dictionary, comparing only for key
Published 77 original articles · won praise 1 · views 1223

Guess you like

Origin blog.csdn.net/whalecode/article/details/104780359