View Single Post
Old Aug 15th, 2005, 7:01 PM   #33
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
But the point is that it doesn't have to be a number. It just eval()s whatever you give it. For example, this is a valid entry to an input:
>>> input("Enter stuff: ")
Stuff: 'foo' + 'bar'
'foobar'
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote