{"type":"rich","version":"1.0","title":"Factorielle en Python","html":"<pre class=\"wb-embed wb-embed-code\" data-lexer=\"python\">factorial = lambda n: 1 if n &lt;= 1 else n * factorial(n - 1)</pre><footer><cite class=\"wb-embed-author\">Ada Lovelace</cite></footer>","width":640,"height":320}