Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

@interact def _(x=slider( map(lambda x:x.n(digits=4),srange( 1,10,.1)) )): print x

click to hide/show revision 2
No.2 Revision

@interact
def _(x=slider( map(lambda x:x.n(digits=4),srange( 1,10,.1)) )):
    print x

x