
November 15th, 2012, 04:13 PM
|
|
Registered User
|
|
Join Date: Nov 2012
Posts: 21
Time spent in forums: 4 h 8 m 34 sec
Reputation Power: 0
|
|
|
New to Python
Hi this code is in version 2.7 Python and I need it for version 3.2. Any ideas what I need to change to make it work?
Please only post if you can help, Ive just had to deal with someone in another forum who just couldn't get his head around the fact that a complete beginner might not know this.
Code:
def tax(bill):
bill *=1.08
print (bill)
return bill
Thanks for looking,
Nicki
|