久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

在python中將整數(shù)轉(zhuǎn)換為二進制

Converting integer to binary in python(在python中將整數(shù)轉(zhuǎn)換為二進制)
本文介紹了在python中將整數(shù)轉(zhuǎn)換為二進制的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

問題描述

為了將整數(shù)轉(zhuǎn)換為二進制,我使用了以下代碼:

In order to convert an integer to a binary, I have used this code :

>>> bin(6)  
'0b110'

什么時候刪除'0b',我用這個:

and when to erase the '0b', I use this :

>>> bin(6)[2:]  
'110'

如果我想將 6 顯示為 00000110 而不是 110,該怎么辦?

What can I do if I want to show 6 as 00000110 instead of 110?

推薦答案

>>> '{0:08b}'.format(6)
'00000110'

只是解釋格式化字符串的部分:

Just to explain the parts of the formatting string:

  • {} 將變量放入字符串中
  • 0 獲取參數(shù)位置 0 處的變量
  • : 為該變量添加格式選項(否則它將表示十進制6)
  • 08 將數(shù)字格式化為 8 位數(shù)字,左側(cè)補零
  • b 將數(shù)字轉(zhuǎn)換為二進制表示
  • {} places a variable into a string
  • 0 takes the variable at argument position 0
  • : adds formatting options for this variable (otherwise it would represent decimal 6)
  • 08 formats the number to eight digits zero-padded on the left
  • b converts the number to its binary representation

如果您使用的是 Python 3.6 或更高版本,您還可以使用 f-strings:

If you're using a version of Python 3.6 or above, you can also use f-strings:

>>> f'{6:08b}'
'00000110'

這篇關(guān)于在python中將整數(shù)轉(zhuǎn)換為二進制的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請聯(lián)系我們刪除處理,感謝您的支持!

相關(guān)文檔推薦

How to draw a rectangle around a region of interest in python(如何在python中的感興趣區(qū)域周圍繪制一個矩形)
How can I detect and track people using OpenCV?(如何使用 OpenCV 檢測和跟蹤人員?)
How to apply threshold within multiple rectangular bounding boxes in an image?(如何在圖像的多個矩形邊界框中應(yīng)用閾值?)
How can I download a specific part of Coco Dataset?(如何下載 Coco Dataset 的特定部分?)
Detect image orientation angle based on text direction(根據(jù)文本方向檢測圖像方向角度)
Detect centre and angle of rectangles in an image using Opencv(使用 Opencv 檢測圖像中矩形的中心和角度)
主站蜘蛛池模板: 久久精品小视频 | 在线亚洲精品 | 亚洲成人一区 | 欧美在线激情 | 国产免费让你躁在线视频 | 精品亚洲91 | 九九国产 | 色视频欧美 | 在线欧美小视频 | 欧美一区在线视频 | 91青娱乐在线 | 色秀网站| 中日字幕大片在线播放 | 视频一区二区三区四区五区 | 亚洲黄色成人网 | 午夜精品| 亚洲福利片 | av网站在线播放 | 五月婷婷丁香婷婷 | 亚洲在线 | 99久热| 色综合激情 | 天天爽综合网 | 久久久久久成人 | 国产精品久久久久久久免费观看 | 一区二区av | 国产一区二区三区日韩 | 尤物视频在线免费观看 | 中文字幕在线免费 | 亚洲高清在线视频 | 欧美一级在线 | 激情a | 久久国产视频一区 | 九九成人 | 国产精品av久久久久久久久久 | 特黄一级 | 五月天国产在线 | 亚洲 中文 欧美 日韩 在线观看 | 国产农村妇女精品一二区 | 国内精品一区二区三区 | 亚洲v日韩v综合v精品v |