Recent content by Kittensrverycute

  1. 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
  2. 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
Back
Top