Thread
:
Are there any alternatives for GOTO in Python?I am facing a problem please respond.
View Single Post
Aug 15th, 2005, 7:01 PM
#
33
Ooble
I eat cake for breakfast.
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power:
9
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:
(
Toggle Plain Text
)
>>> input("Enter stuff: ") Stuff:
'foo' + 'bar'
'foobar'
>>> input("Enter stuff: ") Stuff: 'foo' + 'bar' 'foobar'
__________________
Me
::
You
::
Them
Ooble
View Public Profile
Visit Ooble's homepage!
Find More Posts by Ooble