W0621

Message

[[code type="Python"]]
    description = "hi this is an eample"
    description += ":D"
    print(description)
[[/code]]

**W0621 Redefining name 'description' from outer scope (line 2)**

this is saying that the "description" is being refined somewhere else in your code

Description

Explanation


Add a New Comment
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License