Skip to content

Commit

Permalink
Sets
Browse files Browse the repository at this point in the history
  • Loading branch information
Asabeneh committed Jul 10, 2020
1 parent c622c6e commit 5f95072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 07_Day_Sets/07_sets.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ age = [22, 19, 24, 25, 26, 24, 25, 24]
12. Delete the sets completely
13. Convert the ages to a set and compare the length of the list and the set, which one is bigger?
14. Explain the difference between the following data types: string, list, tuple and set
15. _I am a teacher and I love to inspire and teach people._ How many unique words have been used in the sentence?
15. _I am a teacher and I love to inspire and teach people._ How many unique words have been used in the sentence? You did not learn loops yet you can do it manually.

🎉 CONGRATULATIONS ! 🎉

Expand Down

0 comments on commit 5f95072

Please sign in to comment.