Forum: Python Jun 17th, 2007 |
| Replies: 4 Views: 1,221 Thank you so much for pointing out this mistake. I have checked through several times and I didn't for once noticed it. I was so confused when I couldn't get the expected result, and didn't know what... |
Forum: Python Jun 12th, 2007 |
| Replies: 4 Views: 1,221 Here is the original code
import shelve
import string
UNKNOWN = 0
HOME = 1
WORK = 2
FAX = 3 |
Forum: Python Jun 12th, 2007 |
| Replies: 4 Views: 1,221 Please I need help with this program. I tried different approach, but doesn't seem to be getting no where.
QUESTION:
You've been going to work on a database project at work for sometime now.... |
Forum: Python Jun 12th, 2007 |
| Replies: 2 Views: 5,531 Thanks for your help. It is well appreciated. |
Forum: Python May 26th, 2007 |
| Replies: 2 Views: 5,531 Please I need help with this question. I have been trying to solve it, was able to solve a part, but not completely through with it
QUESTION:
Write a program that allows you to do the... |
Forum: Python May 2nd, 2007 |
| Replies: 7 Views: 4,018 Thank you all for your help and contributions. You have been a great help.
Thanks a lot. |
Forum: Python Apr 28th, 2007 |
| Replies: 7 Views: 4,018 Yes, I have worked on Exercise 1, and here is what I come up with:
onetohundred = range (1,101)
for sum in onetohundred:
print sum
after running the program, I have this screenshot:
... |
Forum: Python Apr 27th, 2007 |
| Replies: 7 Views: 4,018 Please I need help with the following exercise:
1.Write a program that continually reads in numbers from the user and adds them together until the sum reaches 100. Write another program that... |