[oeasy]python0045_转化为10进制数_int_integrate_integer_entire_整数
转化为10进制
回忆上次内容
函数名 |
对应单词 |
进制类型 |
数字事例 |
前缀 |
bin() |
binary |
2 |
0b1100001 |
0b |
oct() |
octal |
8 |
0o141 |
0o |
hex() |
hexadecimal |
16 |
0x61 |
0x |
? |
decimal |
10 |
97 |
无 |
转回
10进制
int 函数
int(“011”)
base=2
特殊 基数
integer(整型)
integral
- integral [ˈɪntɪɡrəl]
- 完整的; 不可或缺的; 必需的; 作为组成部分的; 完备的;
- integral calculus 积分运算
- integrality
- integrant
- integrate
- 整合
- 集成电路芯片 ICC
- Integrated Circuit Chip
- 把分立件集成到一块电路板上
integrate
-
reintegrate
-
integration
-
disintegrate
- 分解; 瓦解; 解体; 碎裂; 分裂; 崩溃; 衰微
-
disintegration
- integrity
- 发音不断变化
- integrate 和 entire 也是 同源的
entire
- entire [enˈtair]
- 完整的
- entire wheat flour 全麦粉
- entirely
- entirety
- 仔细想想 这些单词 其实是一个
- 只是 不同口音
- 落实到 拼音字母就成了 不同的单词
- 不禁 感谢我们的象形文字
- 虽然 符号数量 比英文多得多
- 但是 原始含义 很清晰
- int函数 还有取整的意思
总结
- 这次 把其他进制
- int 来自于 integer
完整
的 和 零散
的
- 可以把
零散
的小数
- 我们下次再说!
- 蓝桥->https://www.lanqiao.cn/courses/3584
- github->https://github.com/overmind1980/oeasy-python-tutorial
- gitee->https://gitee.com/overmind1980/oeasypython
- 视频->https://www.bilibili.com/video/BV1CU4y1Z7gQ 作者:oeasy