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 178ff71

Browse files
Update 04_标识符和保留字符.ipynb
1 parent 7bd14cc commit 178ff71

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

‎04_标识符和保留字符.ipynb

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
"metadata": {},
66
"source": [
77
"# 1. 标识符和保留字符"
8-
"#字母数字下划线"
9-
"#不能以数字开头"
10-
"#不能是保留字"
11-
"#严格区分大小写"
128
]
139
},
1410
{
@@ -22,6 +18,14 @@
2218
"text": [
2319
"['False', 'None', 'True', 'and', 'as', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'nonlocal', 'not', 'or', 'pass', 'raise', 'return', 'try', 'while', 'with', 'yield']\n"
2420
]
21+
"#字母数字下划线"
22+
"\n"
23+
"#不能以数字开头"
24+
"\n"
25+
"#不能是保留字"
26+
"\n"
27+
"#严格区分大小写"
28+
"\n"
2529
}
2630
],
2731
"source": [

0 commit comments

Comments
(0)

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