On Thu, Nov 17, 2011 at 3:29 PM, ADRIAN KELLY <kellyadr...@hotmail.com>wrote:

> def main():
>     amount = float(raw_input('how much do you want to change:'))
>     while amount<50:
>         print 'Sorry, cannot convert an amount under €50 '
>
>
When do you reassign amount?

HTH,
Wayne
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to