diff --git a/challenges/extreme-concatenate/hints.md b/challenges/extreme-concatenate/hints.md new file mode 100644 index 0000000..8777b30 --- /dev/null +++ b/challenges/extreme-concatenate/hints.md @@ -0,0 +1,2 @@ +- Check out [Concatenate](https://docs.python.org/3/library/typing.html#typing.Concatenate) +- Omit the return type if you struggle with it