Skip to content

Commit

Permalink
Update set_data_structure/set_data_structure.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyu1005 committed Feb 2, 2016
1 parent 6ed38ef commit 1b8d658
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion set_data_structure/set_data_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ print(input_set.intersection(valid))
### 输出: set(['red'])
```


## 差集

你可以用差集(difference)找出无效的数据,相当于用一个集合减去另一个集合的数据,例如:
Expand Down

0 comments on commit 1b8d658

Please sign in to comment.