This shows you the differences between two versions of the page.
|
ewis:laboratoare:02 [2023/03/15 17:38] alexandru.predescu [Data Structures] |
ewis:laboratoare:02 [2023/03/15 17:40] (current) alexandru.predescu [Data Structures] |
||
|---|---|---|---|
| Line 98: | Line 98: | ||
| <note> | <note> | ||
| - | //module1.py// | + | **//module1.py//** |
| <code python> | <code python> | ||
| Line 105: | Line 105: | ||
| </code> | </code> | ||
| - | //main.py// | + | **//main.py//** |
| <code python> | <code python> | ||
| Line 168: | Line 168: | ||
| <note> | <note> | ||
| - | Create, access, check membership | + | **Create, access, check membership** |
| <code python> | <code python> | ||
| Line 183: | Line 183: | ||
| </code> | </code> | ||
| - | Modify | + | **Modify** |
| <code python> | <code python> | ||
| Line 207: | Line 207: | ||
| </code> | </code> | ||
| - | Operations (set theory) | + | **Operations (set theory)** |
| <code python> | <code python> | ||