From ca00588d82d00b78d6bef10d037d78ea3bbd4efc Mon Sep 17 00:00:00 2001 From: Asabeneh Date: Mon, 25 Nov 2019 22:44:52 +0200 Subject: [PATCH] day 7 --- readme7-12.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme7-12.md b/readme7-12.md index 1fcdc0a..606d93a 100644 --- a/readme7-12.md +++ b/readme7-12.md @@ -331,4 +331,7 @@ age = [22, 19, 24, 25, 26, 24, 25, 24] 11. What is the symmetric difference between A and B 12. Delete the sets completely 13. Convert the ages to set and compare the length of the list and the set -14. Explain the difference among the following data types: string, list, tuple and set \ No newline at end of file +14. Explain the difference among the following data types: string, list, tuple and set + + +[<< Part 1 ](https://github.com/Asabeneh/30-Days-Of-Python/blob/master/readme.md)| [Part 3 >>](#) \ No newline at end of file