On Nov 26, 10:16 am, News123 <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Let's imagine following code
>
> def specialfunc():
> print "very special function"
>
> name= getuserinput()
> if name == 'one_name_out_of_a_million':
> print "Hey your name '%s' is really rare" % namee
> spec
On Tue, Nov 25, 2008 at 3:16 PM, News123 <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Let's imagine following code
>
> def specialfunc():
>print "very special function"
>
> name= getuserinput()
> if name == 'one_name_out_of_a_million':
>print "Hey your name '%s' is really rare" % namee
>
Hi,
Let's imagine following code
def specialfunc():
print "very special function"
name= getuserinput()
if name == 'one_name_out_of_a_million':
print "Hey your name '%s' is really rare" % namee
specialfunk()
my python script could survive thousands of runs before falling