在python裡int是什麼意思
python中的int是什麼意思?
python中的int()函式用於將一個字串或數字轉換為整型。
語法
以下是 int() 方法的語法:
class int(x, base=10)
引數
x -- 字串或數字。
base -- 進位制數,預設十進位制。
返回值
返回整型資料。
例項
以下展示了使用 int() 方法的例項:
>>>int() # 不傳入引數時,得到結果0 0 >>> int(3) 3 >>> int(3.6) 3 >>> int('12',16) # 如果是帶引數base的話,12要以字串的形式進行輸入,12 為 16進位制 18 >>> int('0xa',16) 10 >>> int('10',8) 8
更多Python知識請關注欄目。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/755/viewspace-2833790/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- python裡面cv是什麼意思Python
- C#中的 int?是什麼意思C#
- python 是什麼意思Python
- python裡字元表示什麼意思Python字元
- fluent python是什麼意思Python
- php裡面bcadd是什麼意思PHP
- Python是什麼意思?Python有什麼用?Python
- "->" 在c語言中是什麼意思?C語言
- ->在c++中是什麼意思C++
- python 複數是什麼意思Python
- python中return是什麼意思?Python
- python中mat是什麼意思?Python
- python中global是什麼意思?Python
- Python是什麼意思?Python幹什麼用的?Python
- ITIL是什麼意思?ITIL是什麼?
- 英文Python是什麼意思?學Python需要什麼基礎?Python
- HTML是什麼意思?HTML
- Fastboot是什麼意思?ASTboot
- Android 的 getIntExtra(name, defaultValue)裡 defaultValue是什麼意思Android
- sendmail的log裡面maybeforged是什麼意思?(轉)AI
- Python中的rad是什麼意思?Python
- python UDP程式設計是什麼意思?PythonUDP程式設計
- python資料處理是什麼意思Python
- 在Linux系統中,dev是什麼意思?Linuxdev
- 什麼是API介面,具體是什麼意思?API
- mysql中是什麼意思?MySql
- jquery庫是什麼意思jQuery
- JavaScript Token是什麼意思JavaScript
- js 中~~是什麼意思?JS
- 加簽是什麼意思?
- Python多執行緒是什麼意思?有什麼優勢?Python執行緒
- http狀態碼是什麼,有什麼用,在哪裡檢視,分別代表什麼意思?HTTP
- DHCP是什麼?DHCP伺服器是什麼意思?伺服器
- SAP Marketing Cloud裡的contact main facet是什麼意思CloudAI
- 原生IP是什麼意思?有什麼作用?
- python中三個單引號是什麼意思Python
- C++中::是什麼意思C++
- mysql中的“=”是什麼意思MySql