Resolved local variable 'str' referenced before assignment

Resolved local variable 'str' referenced before assignment

insert image description here

Article Directory

Error report

I have encountered this pit in my work before, and record the problem and solution. It may not be applicable to all situations, but it can be used for your reference.
The problem description is as follows:

local variable ‘str’ referenced before assignment

local variable 'str' was referenced before assignment

insert image description here

Solution

insert image description here
You need to add code in front of it from builtins import str

PS

If you have any questions, just leave a message in the comment area

Guess you like

Origin blog.csdn.net/weixin_50843918/article/details/130479006