CodeW3C Online Handleiding
HTML Serie Handleiding
Browser Script
Server Script
Programmeer Handleiding
XML Serie Handleiding
Website Bouw Handboek
Referentie Handboek
Course Schedule
Python Handleiding
Python Handleiding
Inleiding tot Python
Python Basis
Python Syntax
Python Commentaar
Python Variabelen
Python Data Typen
Python Numbers
Python Kasting
Python String
Python Booleaanse
Python Operator
Python Lijst
Python TUPLE
Python SET
Python Dictionary
Python If Else
Python While lus
Python For lus
Python Functie
Python Lambda
Python Array
Python Class/Object
Python Inheritance
Python Iteratie
Python Bereik
Python Module
Python Datum
Python JSON
Python RegEx
Python PIP
Python Try Except
Python Command Input
Python String Format
File Handling
Python Bestand Openen
Python Bestand Lezen
Python File Write/Create
Python Bestand Verwijderen
Python NumPy
Inleiding tot NumPy
NumPy Basis
NumPy Array Aanmaken
NumPy Array Indexeren
NumPy Array Snijden
NumPy Data Typen
NumPy Kloon/Weergave
NumPy Array Shape
NumPy Array Reworken
NumPy Array Itereren
NumPy Array Samenvoegen
NumPy Array Splitsen
NumPy Array Zoeken
NumPy Array Sorteren
NumPy Array Filteren
NumPy Willekeurig
NumPy ufuncs
Machine Learning
入门
Mean Median Pattern
Standard Deviation
Percentile
Data Distribution
Normal Data Distribution
Scatter Plot
Linear Regression
Polynomial Regression
Multiple Regression
Scaling
Training/Testing
Decision Tree
Python MySQL
MySQL 入门
MySQL Create Database
MySQL Create Table
MySQL Insert
MySQL Select
MySQL Where
MySQL Order By
MySQL Delete
MySQL Drop Table
MySQL Update
MySQL Limit
MySQL Join
Python MongoDB
MongoDB 入门
MongoDB 创建数据库
MongoDB 创建集合
MongoDB Insert
MongoDB Find
MongoDB Query
MongoDB Sort
MongoDB Delete
MongoDB 删除集合
MongoDB Update
MongoDB Limit
Python 参考手册
Python 参考概览
Python 内建函数
Python 字符串方法
Python 列表方法
Python 字典方法
Python 元组方法
Python 集合方法
Python 文件方法
Python 关键字
模块参考手册
随机模块
请求模块
Python How To
删除列表重复项
反转字符串
Python 实例
Python 实例
Python 测验
选修课
课程推荐:
CodeW3C.com 百宝箱
English
中文
繁體中文
Русский
Français
Deutsch
Español
Português
日本語
한국어
Italiano
عربي
हिंदी
বাংলা
Bahasa Malaysia
မြန်မာ
Tiếng Việt
ภาษาไทย
ລາວ
Bahasa Indonesia
اردو
Hausa
Język polski
ਪੰਜਾਬੀ
Svenska
Dansk
Nederlands
Türkçe
suom.
Ελληνικά
فارسی
Kiswahili
తెలుగు
wikang Galu
Python abs() 函数
Python 内建函数
实例
返回数的绝对值:
x = abs(-3.14)
运行实例
定义和用法
abs() 返回指定数字的绝对值。
语法
abs(
n
)
参数值
参数
描述
n
必需。数值。
更多实例
实例
返回复数的绝对值:
x = abs(5+6j)
运行实例
Python 内建函数
工具箱
Python 参考手册
Python 实例
Python 测验
赞助商链接