CodeW3C Online Tuition
HTML Series Tuition
浏览器脚本
服务器脚本
Programming Tuition
XML Series Tuition
Website Handbook
Reference Handbook
课程表
Python Tuition
Python Tuition
Introduction to Python
Python Basics
Python Syntax
Python Comments
Python Variables
Python Data Types
Python 数字
Python Casting
Python Strings
Python Boolean
Python Operators
Python Lists
Python Tuples
Python Sets
Python Dictionaries
Python If Else
Python While Loop
Python For Loop
Python Functions
Python Lambda
Python Arrays
Python 类/对象
Python Inheritance
Python Iteration
Python Scope
Python Modules
Python Date
Python JSON
Python RegEx
Python PIP
Python Try Except
Python 命令输入
Python String Formatting
文件处理
Python File Open
Python File Read
Python 文件写入/创建
Python File Delete
Python NumPy
NumPy Introduction
NumPy Basics
NumPy Array Creation
NumPy Array Indexing
NumPy Array Slicing
NumPy Data Types
NumPy Copies/Views
NumPy Array Shape
NumPy Array Reshaping
NumPy Array Iteration
NumPy Array Join
NumPy Array Split
NumPy Array Search
NumPy Array Sort
NumPy Array Filter
NumPy Random
NumPy ufuncs
机器学习
入门
平均中位数模式
标准差
百分位数
数据分布
正态数据分布
散点图
线性回归
多项式回归
多元回归
缩放
训练/测试
决策树
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 bin() 函数
Python 内建函数
实例
返回 67 的二进制版本:
x = bin(67)
运行实例
定义和用法
bin() 函数返回指定整数的二进制版本。
结果将始终以前缀 0b 开头。
语法
bin(
n
)
参数值
参数
描述
n
必需。整数。
Python 内建函数
工具箱
Python 参考手册
Python 实例
Python 测验
赞助商链接