diff --git a/python_basics/set_frozenset/README.md b/python_basics/set_frozenset/README.md new file mode 100644 index 0000000..72f742b --- /dev/null +++ b/python_basics/set_frozenset/README.md @@ -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} + + + +## Top + +Questions to [David Rotermund](mailto:davrot@uni-bremen.de) + + +```python +``` +