Text only
28 Aug 2009
 
 
Tools: wrap/unwrap  
1
2
3
4
5
def a():
foo = [42]
def b():
foo[0] = 3.14
b()