C
Carlos Nepomuceno
lol http://search.dilbert.com/comic/Random Nine
----------------------------------------
----------------------------------------
Date: Sat, 25 May 2013 19:14:57 +1000
Subject: Re: help how to sort a list in order of 'n' in python without using inbuilt functions??
From: (e-mail address removed)
To: (e-mail address removed)
----------------------------------------Date: Sat, 25 May 2013 19:01:09 +1000
Subject: Re: help how to sort a list in order of 'n' in python without using inbuilt functions??
From: (e-mail address removed)
To: (e-mail address removed) [...]
Very good. You are now in a position to get past the limitations of a
restricted-environment eval/exec. Avoiding builtins is actually a fun
skill to hone.
ChrisA
I'm glad he didn't ask for a Pseudo-RNG without built-ins!
def random_number():
return 7
ChrisA