mirror of https://github.com/TwoWater/Python
parent
39b1d5bad7
commit
6afbad67e3
|
@ -48,7 +48,7 @@ print( b )
|
||||||
|
|
||||||
```python
|
```python
|
||||||
# -*- coding: UTF-8 -*-
|
# -*- coding: UTF-8 -*-
|
||||||
def chagne_number( b ):
|
def change_number( b ):
|
||||||
print('函数中一开始 b 的值:{}' .format( b ) )
|
print('函数中一开始 b 的值:{}' .format( b ) )
|
||||||
b = 1000
|
b = 1000
|
||||||
print('函数中 b 赋值后的值:{}' .format( b ) )
|
print('函数中 b 赋值后的值:{}' .format( b ) )
|
||||||
|
|
Loading…
Reference in New Issue