On 03/12/11 08:31, Michael Hall wrote:
# a) write a function, getDivisors(), that returns a list of all
# of the positive divisors of a given number.
This is a very clear statement of what you need to do.
def getDivisors(num):
my_list = []
sum = 0
for number in range(1, num, 1
Hello Michael,
On 3 December 2011 08:31, Michael Hall wrote:
> Andreas and others "Thank you for your help. I am still having an issues.
> I went to the links and they were very helpful.
Would you mind explaining exactly how they helped you? :)
> Here is my problem. If you enter the number 6
I don't understand why python doesn't provide executable files for the source
code.
I am using py2exe for building executables and I found that, it doesn't
completely change code into binary but creates dll files and python libraries
to run that particular code. This process makes program very