Introduction to Python series------function types

Source: Internet
Author: User
Tags mathematical functions

1 , System library provides internal functions (officially provided)

Character library (Help (STR) to see the specific function)

Library of mathematical functions (import math first requires importing libraries, help (math) to see the specific functions)

OS Library of functions (import OS first requires importing libraries, help (OS) to view specific functions)

Network Programming library (import socket first requires importing the library, help (socket) to see the specific function)

2 , third-party-provided functions (open source projects)

3 , custom Functions (self-written functions)

def function_name (Val1,val2):

Content

Content

Content

etc.


This article from "Technology bo" blog, declined reprint!

Introduction to Python series------function types

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.