Skip to content

Commit

Permalink
Update global_return/multiple_return_values.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyu1005 committed Feb 12, 2016
1 parent a023a16 commit 4b3190f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global_return/multiple_return_values.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 多个return值

那如果你想从一个函数里返回两个变量而不是一个呢?
新的程序员们有若干种方法。最著名的方法,是使用```global```关键字。让我们看下这个没用的例子:
新手们有若干种方法。最著名的方法,是使用```global```关键字。让我们看下这个没用的例子:

```python
def profile():
Expand Down

0 comments on commit 4b3190f

Please sign in to comment.