Update 4.md

51行 def chagne_number( b ):
change
pull/113/head
trecart 2023-01-09 17:22:40 +08:00 committed by GitHub
parent 39b1d5bad7
commit 6afbad67e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ print( b )
```python
# -*- coding: UTF-8 -*-
def chagne_number( b ):
def change_number( b ):
print('函数中一开始 b 的值:{}' .format( b ) )
b = 1000
print('函数中 b 赋值后的值:{}' .format( b ) )