[oeasy]python0043_八进制_oct_octal_october_octave
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[oeasy]python0043_八进制_oct_octal_october_octave相关的知识,希望对你有一定的参考价值。
八进制(oct)
回忆上次内容
- 什么是 转义?
- 转义转义 转化含义
-
\\
是 转义字符 -
\\n
、\\r
是 转义序列
- 还有什么 转义序列 吗?
-
\\a
是 响铃 -
\\b
退格键 -
\\t
水平制表符 tab键 -
\\v
、\\f
实现喂纸不回车
- 通过 16进制数值 转义
-
\\xhh
- 输出 (
hh
)<sub>16进制
</sub>对应的ascii
字符
- 如果我们不输入
x
- 会发生什么呢?
- 为什么会输出
S
呢?以上是关于[oeasy]python0043_八进制_oct_octal_october_octave的主要内容,如果未能解决你的问题,请参考以下文章
[oeasy]python0045_四种进制_binary_octal_decimal_hexadecimal
[oeasy]python0045_转化为10进制数_int_integrate_integer_entire_整数
[oeasy]python0052_ raw格式字符串_单引号_双引号_反引号_ 退格键
[oeasy]python0021_python虚拟机的位置_可执行文件_转化为字节形态