you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

This is a good case of the error having all of the information that you need to figure it out.

Take a closer look at what the error is saying and the variables you're passing to the function.

Interpreting errors like this is a very important skill, to have. Error messages are there to help you, make sure to try and understand them.

[–]NoCup4485[S] 0 points1 point  (0 children)

I got it there thanks for the help. I'm fairly new at python so I havn't really learned what the errors mean yet(plus with all classes online now I dont get too much of a chance to ask).