Sep-25-2017, 02:16 AM
Quote:you give the function a parameter when you call it but you have none when you define the same function.
Error:---> 24 print_results(taxAmt(user_input())) TypeError: taxAmt() takes 0 positional arguments but 1 was givendef taxAmt():
Recommended Tutorials: