Python Learning Notes (7)-Functions, modules, Packages

Source: Internet
Author: User

First, the function

To define a function:

def Fun_name (para_list):    coding

def fun_name (para_list):
Coding
return XXX

Using functions, Fun_name (para)

Local variables, global variables are the same as C, local variables inside functions, files visible, global variables.

Second, the module

The module is a collection of functions, first imported and then used, import time Time.asctime ()

Three, the package

Package: Contains multiple modules from the PIL import image to import an image module from the PIL package.

Python Learning Notes (7)-Functions, modules, Packages

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.