Sandra Tan Shi Yun

Results 1 issues of Sandra Tan Shi Yun

# Description Given the following piece of code: ```python def xyz(self): print(f'{self.abc}') return self.abc ``` If I try to Rename attribute/property `abc`, the `abc` in the return statement is correctly...