add hg and python
This commit is contained in:
parent
3a742c699f
commit
458120dd40
3709 changed files with 1244309 additions and 1 deletions
10
sys/lib/python/test/badsyntax_future6.py
Normal file
10
sys/lib/python/test/badsyntax_future6.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
"""This is a test"""
|
||||
"this isn't a doc string"
|
||||
from __future__ import nested_scopes
|
||||
|
||||
def f(x):
|
||||
def g(y):
|
||||
return x + y
|
||||
return g
|
||||
|
||||
result = f(2)(4)
|
Loading…
Add table
Add a link
Reference in a new issue