79675639

Date: 2025-06-23 05:12:22
Score: 1
Natty:
Report link
(t:=lambda v:v and((yield v%100),(yield from t(v//100))))
print(*t(12345))
print(list(t(12345678))[::-1])
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: qulinxao