Create README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
d5a7ad19bc
commit
b8a55b9e9c
1 changed files with 16 additions and 0 deletions
16
python_basics/set_frozenset/README.md
Normal file
16
python_basics/set_frozenset/README.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# [set](https://docs.python.org/3/library/stdtypes.html#set) and [frozenset](https://docs.python.org/3/library/stdtypes.html#frozenset)
|
||||||
|
{:.no_toc}
|
||||||
|
|
||||||
|
<nav markdown="1" class="toc-class">
|
||||||
|
* TOC
|
||||||
|
{:toc}
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
## Top
|
||||||
|
|
||||||
|
Questions to [David Rotermund](mailto:davrot@uni-bremen.de)
|
||||||
|
|
||||||
|
|
||||||
|
```python
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue