Forum: Python Feb 8th, 2009 |
| Replies: 8 Views: 319 thanks for your help paul |
Forum: Python Feb 8th, 2009 |
| Replies: 8 Views: 319 you cant edit your post or i just cant find it |
Forum: Python Feb 8th, 2009 |
| Replies: 8 Views: 319 script
[def main():
books = getBooks
points = getPoints
printPoints
def getBooks():
books = input("enter the books purchased")
return books |
Forum: Python Feb 8th, 2009 |
| Replies: 8 Views: 319 [code]
def main():
books = getBooks
points = getPoints
printPoints
def getBooks():
books = input("enter the books purchased")
return books |
Forum: Python Feb 8th, 2009 |
| Replies: 8 Views: 319 This is my code its to calculate book club points earned. i cant see where the error is if any one can help me i would be very gratefull. thank you
def main():
books = getBooks
points =... |