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 codeDescription
Explanation
Add a New Comment





