polish readme

This commit is contained in:
Dun Liang 2021-01-30 14:11:12 +08:00
parent a7fdee7667
commit b6d262e6b6
3 changed files with 9 additions and 9 deletions

View File

@ -254,9 +254,9 @@ print (a.data)
此外我们可以给变量起一个名字。
```python
c.name('c')
print(c.name())
# Output: c
a.name('a')
print(a.name())
# Output: a
```

View File

@ -248,9 +248,9 @@ And we can give the variable a name.
```python
c.name('c')
print(c.name())
# Output: c
a.name('a')
print(a.name())
# Output: a
```
### Operations

View File

@ -314,9 +314,9 @@ And we can give the variable a name.
此外我们可以给变量起一个名字。
```python
c.name('c')
print(c.name())
# Output: c
a.name('a')
print(a.name())
# Output: a
```
### Operations