mirror of
https://github.com/Asabeneh/30-Days-Of-Python.git
synced 2026-06-15 21:20:29 +08:00
day 7
This commit is contained in:
parent
5f36b2366f
commit
ca00588d82
@ -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 >>](#)
|
||||
Loading…
Reference in New Issue
Block a user