Reputation: 21
I am trying to print a header but this is the error I keep getting: TypeError: not all arguments converted during string formatting. This is my code:
print("%10s$20s%20s \n" % ("Year", "Data Breaches", "Records Exposed"))
Thanks
Upvotes: 1
Views: 52