Link Search Menu Expand Document
Click to expand! ## Heading 1. A numbered 2. list * With some * Sub bullets

The Zen of Python, by Tim Peters

import this

Module

Importing Specific Functions

from module_name import function_name

Importing All Functions

from module_name import *

Importing Function as an Alias

from module_name import function_name as alias

Copyright © 2021 Stjepan Buljat. Distributed by an MIT license.