update 202

This commit is contained in:
sangge-rockpi 2024-01-22 16:07:11 +08:00
parent 1cc98ce795
commit 0c146bb1a5

View File

@ -15,5 +15,5 @@ class Solution:
if str(total) in status:
return False
status.apepnd(str(total))
status.append(str(total))
self.isHappy(total, status)