You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's hard to tell without seeing the rest of your code and import statements, but it seems you may not be calling the Level class correctly in Line 9. You are using the same name "level" for both the object and class, so you may want to change to:
If you wrote the code yourself while following the tutorial, consider using "Level" instead when you're defining your class, following the pep8 convention of CamelCase for Class names.
Hope this helps, otherwise you could share more of your code for troubleshooting.
I keep getting this error code, any recommendations?
The text was updated successfully, but these errors were encountered: