Skip to content

Commit 0d35e1f

Browse files
committed
wiht->with
wiht->with
1 parent fa304e9 commit 0d35e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

113.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ list中的元素,不仅能增加,还能被删除。删除list元素的方法
117117

118118
>什么是保留字?在python中,当然别的语言中也是如此啦。某些词语或者拼写是不能被用户拿来做变量/函数/类等命名,因为它们已经被语言本身先占用了。这些就是所谓保留字。在python中,以下是保留字,不能用于你自己变成中的任何命名。
119119
120-
>and, assert, break, class, continue, def, del, elif, else, except, exec, finally, for, from, global, if, import, in, is, lambda, not, or, pass, print, raise, return, try, while, wiht,yield
120+
>and, assert, break, class, continue, def, del, elif, else, except, exec, finally, for, from, global, if, import, in, is, lambda, not, or, pass, print, raise, return, try, while, with,yield
121121
122122
>这些保留字,都是我们在编程中要用到的。有的你已经在前面遇到了。
123123

0 commit comments

Comments
 (0)