diff --git a/readme7-12.md b/readme7-12.md index 3db81c3..fa1e789 100644 --- a/readme7-12.md +++ b/readme7-12.md @@ -22,7 +22,7 @@ # Day 7 ## Set -Let me take you back to your elementary or high school Mathematics lesson. The Mathematics definition of set can be applied also in python. Se is a collection of unordered and unindexed distinct elements. In python set use to store unique items, and it is possible find union, intersection, difference, symmetric difference, subset, super set and disjoint set. +Let me take you back to your elementary or high school Mathematics lesson. The Mathematics definition of set can be applied also in python. Set is a collection of unordered and unindexed distinct elements. In python set use to store unique items, and it is possible to find union, intersection, difference, symmetric difference, subset, super set and disjoint set. ### Creating a set We use {} to create a set. * Creating an empty set @@ -337,4 +337,4 @@ age = [22, 19, 24, 25, 26, 24, 25, 24] 15. *I am a teacher and I love to inspire and teach people.* How many unique words have been used in the sentence. -[<< Part 1 ](https://github.com/Asabeneh/30-Days-Of-Python/blob/master/readme.md)| [Part 3 >>](#) \ No newline at end of file +[<< Part 1 ](https://github.com/Asabeneh/30-Days-Of-Python/blob/master/readme.md)| [Part 3 >>](#)