From b8a55b9e9cd947d122c8e2a6a174fcfa47cec479 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sat, 30 Dec 2023 20:04:08 +0100 Subject: [PATCH] Create README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- python_basics/set_frozenset/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 python_basics/set_frozenset/README.md 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 +``` +