码迷,mamicode.com
首页 > 编程语言 > 详细

Python bin() 函数

时间:2020-07-26 15:57:09      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:nbsp   bin   rac   字符   一个   python   tty   color   class   

描述

bin() 返回一个整数 int 或者长整数 long int 的二进制表示。每组词 www.cgewang.com

语法

以下是 bin() 方法的语法:

bin(x)

参数

  • x -- int 或者 long int 数字

返回值

字符串。


实例

以下展示了使用 bin 函数的实例:

>>>bin(10) 0b1010 >>> bin(20) 0b10100

Python bin() 函数

标签:nbsp   bin   rac   字符   一个   python   tty   color   class   

原文地址:https://www.cnblogs.com/yc10086/p/13379689.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!