79666385

Date: 2025-06-15 07:39:26
Score: 1
Natty:
Report link

num = 1234

return [ int(x) for x in str(num) ]

Convert num to str, iterates and converts each int to str and adds to a list.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: therawbean