亚洲免费在线-亚洲免费在线播放-亚洲免费在线观看-亚洲免费在线观看视频-亚洲免费在线看-亚洲免费在线视频

python 中的int()函數(shù)怎么用

系統(tǒng) 2009 0

int(x, [base])

功能:

函數(shù)的作用是將一個(gè)數(shù)字或base類型的字符串轉(zhuǎn)換成整數(shù)。

函數(shù)原型:

int(x=0)
int(x, base=10),base缺省值為10,也就是說不指定base的值時(shí),函數(shù)將x按十進(jìn)制處理。

適用Python版本:

Python2.x
Python3.x

注意:

1. x 可以是數(shù)字或字符串,但是base被賦值后 x 只能是字符串
2. x 作為字符串時(shí)必須是 base 類型,也就是說 x 變成數(shù)字時(shí)必須能用 base 進(jìn)制表示

Python英文文檔解釋:

class int(x=0)
class int(x, base=10)
Return an integer object constructed from a number or string x, or return 0 if no arguments are given. If x is a number, return x.__int__(). For floating point numbers, this truncates towards zero.
If x is not a number or if base is given, then x must be a string, bytes, or bytearray instance representing an integer literal in radix base. Optionally, the literal can be preceded by + or - (with no space in between) and surrounded by whitespace. A base-n literal consists of the digits 0 to n-1, with a to z (or A to Z) having values 10 to 35. The default base is 10. The allowed values are 0 and 2?C36. Base-2, -8, and -16 literals can be optionally prefixed with 0b/0B, 0o/0O, or 0x/0X, as with integer literals in code. Base 0 means to interpret exactly as a code literal, so that the actual base is 2, 8, 10, or 16, and so that int('010', 0) is not legal, while int('010') is, as well as int('010', 8).
The integer type is described in Numeric Types ― int, float, complex.
Changed in version 3.4: If base is not an instance of int and the base object has a base.__index__ method, that method is called to obtain an integer for the base. Previous versions used base.__int__ instead of base.__index__.
Changed in version 3.6: Grouping digits with underscores as in code literals is allowed.

代碼實(shí)例:

1. x 是數(shù)字的情況:

            
int(3.14)      # 3
int(2e2)       # 200
int(100, 2)     # 出錯(cuò),base 被賦值后函數(shù)只接收字符串
          

2. x 是字符串的情況:

            
int('23', 16)   # 35
int('Pythontab', 8)   # 出錯(cuò),Pythontab不是個(gè)8進(jìn)制數(shù)
          

3. base 可取值范圍是 2~36,囊括了所有的英文字母(不區(qū)分大小寫),十六進(jìn)制中F表示15,那么G將在二十進(jìn)制中表示16,依此類推....Z在三十六進(jìn)制中表示35

            
int('FZ', 16)   # 出錯(cuò),F(xiàn)Z不能用十六進(jìn)制表示
int('FZ', 36)   # 575
          

4. 字符串 0x 可以出現(xiàn)在十六進(jìn)制中,視作十六進(jìn)制的符號(hào),同理 0b 可以出現(xiàn)在二進(jìn)制中,除此之外視作數(shù)字 0 和字母 x

            
int('0x10', 16) # 16,0x是十六進(jìn)制的符號(hào)
int('0x10', 17) # 出錯(cuò),'0x10'中的 x 被視作英文字母 x
int('0x10', 36) # 42804,36進(jìn)制包含字母 x
          

總結(jié)

以上所述是小編給大家介紹python 中的int()函數(shù),希望對(duì)大家有所幫助,如果大家有任何疑問請(qǐng)給我留言,小編會(huì)及時(shí)回復(fù)大家的。在此也非常感謝大家對(duì)腳本之家網(wǎng)站的支持!


更多文章、技術(shù)交流、商務(wù)合作、聯(lián)系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號(hào)聯(lián)系: 360901061

您的支持是博主寫作最大的動(dòng)力,如果您喜歡我的文章,感覺我的文章對(duì)您有幫助,請(qǐng)用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點(diǎn)擊下面給點(diǎn)支持吧,站長(zhǎng)非常感激您!手機(jī)微信長(zhǎng)按不能支付解決辦法:請(qǐng)將微信支付二維碼保存到相冊(cè),切換到微信,然后點(diǎn)擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對(duì)您有幫助就好】

您的支持是博主寫作最大的動(dòng)力,如果您喜歡我的文章,感覺我的文章對(duì)您有幫助,請(qǐng)用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長(zhǎng)會(huì)非常 感謝您的哦!!!

發(fā)表我的評(píng)論
最新評(píng)論 總共0條評(píng)論
主站蜘蛛池模板: 第一色网站 | 九九热视频免费观看 | 精品久久久一二三区 | 在线视频一二三区2021不卡 | 中文字幕在线二区 | 国产在线观看一区精品 | 国产一级做性视频 | 91免费国产高清观看 | 欧美成人另类 | 曰本人一级毛片免费完整视频 | 欧洲免费在线视频 | 伊人久久丁香色婷婷啪啪 | 久久精品日日躁精品 | 欧美一级毛片免费高清的 | 日韩精品成人在线 | 国产不卡视频在线观看 | 永久黄网站色视频免费观看 | 黄页成人免费网站 | 日韩欧美亚洲国产高清在线 | 成视频年人黄网站免费视频 | 国产不卡视频 | 奇米影视在线 | www.亚洲一区二区三区 | 欧美亚洲h在线一区二区 | 中文字幕2区 | 亚洲两性 | 成人a大片高清在线观看 | 成人禁在线观看午夜亚洲 | 国产中文字幕一区 | 精品一区二区三区免费观看 | 成人一级视频 | 天天躁狠狠躁夜躁2021 | 欧美一级片网站 | 久青草中文字幕精品视频 | 欧洲色综合精品 | 久久久久久久久毛片精品 | 中文国产成人精品少久久 | 国产日韩在线看 | 精品无码久久久久国产 | 在线观看精品91老司机 | 噜噜啪 |