Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bd996aa

Browse files
Update 03_二进制与字符编码.ipynb
1 parent 524ab6d commit bd996aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎03_二进制与字符编码.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
],
2424
"source": [
25-
"print(chr(0b100111001011000)) # 0b表示为十六进制\n",
25+
"print(chr(0b100111001011000)) # 0b表示为二进制\n",
2626
"\n",
2727
"print(ord('乘')) # 十进制为20056"
2828
]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /