From e15a45c8d020494e1206ced9cb9abfe907d7ae44 Mon Sep 17 00:00:00 2001 From: Rasbin Rijal Date: Tue, 26 Nov 2019 10:19:49 +0200 Subject: [PATCH] Minor typo fix in Day 7 --- readme7-12.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 >>](#)