pull/113/merge
trecart 2023-01-09 17:23:23 +08:00 committed by GitHub
commit eb840ef53e
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 ) )