This commit is contained in:
Asabeneh 2019-11-25 22:44:52 +02:00
parent 5f36b2366f
commit ca00588d82

View File

@ -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
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 >>](#)