错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Functions

  • Sinan Kalkan,
  • Onur T. Şehitoğlu,
  • Göktürk Üçoluk

摘要

A function (or sometimes synonymously referred to as subroutine, procedure, or sub-program) is a group of actions under a given name that performs a specific task. len(), print(), abs(), type() are functions that we have covered before. Python adopts a syntax that resembles mathematical functions.