Recent content by Kittensrverycute
-
K
Python Python troubles- says I'm using a string in arithmetic
Thanks for the reply Sorry I don't quite understand I am new- Kittensrverycute
- Post #7
- Forum: Programming and Computer Science
-
K
Python Python troubles- says I'm using a string in arithmetic
I am also a beginner but what about this: line 17 netPay = grossPay - float(totalDeduction) because the format function returns a string, I guess it might work if you change it into a float before subtracting it- Kittensrverycute
- Post #5
- Forum: Programming and Computer Science