##// END OF EJS Templates
Merge pull request #11593 from Carreau/ast-38...
Merge pull request #11593 from Carreau/ast-38 Mock the new module API on <38 and ignore second argument.

File last commit:

r21637:d1ce07b2
r24935:542cc5a4 merge
Show More
other.ipynb
44 lines | 748 B | text/plain | TextLexer

This notebook just defines bar

InĀ [2]:
def bar(x):
    return "bar" * x