update 202
This commit is contained in:
parent
1cc98ce795
commit
0c146bb1a5
@ -15,5 +15,5 @@ class Solution:
|
|||||||
if str(total) in status:
|
if str(total) in status:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
status.apepnd(str(total))
|
status.append(str(total))
|
||||||
self.isHappy(total, status)
|
self.isHappy(total, status)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user