From aaba561e05f070cd770ca137305bff369170144f Mon Sep 17 00:00:00 2001 From: waldek Date: Mon, 15 Nov 2021 14:59:11 +0100 Subject: [PATCH] adds spoiler for tree --- learning_python3.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/learning_python3.md b/learning_python3.md index 6d15a2a..c43c5e8 100644 --- a/learning_python3.md +++ b/learning_python3.md @@ -1610,6 +1610,13 @@ What about this *super funky* gif... ![tree](./assets/tree.gif) +
+ Spoiler warning + +**Nice try... You should be able to do this on your own!** + +
+ # List comprehension This is a bit of an advanced topic but I'm putting it here to show you a very unique and powerful feature of python.