Argument bugfixes, and minification!
This commit is contained in:
parent
72b7f87dd7
commit
6f8b5a4e96
6 changed files with 1768 additions and 13 deletions
|
@ -8,7 +8,7 @@ def a():
|
|||
yield 1
|
||||
+> 2
|
||||
def b():
|
||||
+>> a()
|
||||
yield from a()
|
||||
+>> a()
|
||||
b() |> list |> print
|
||||
a = 12 |> fibonacci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue