4
jsw00827
2 4
48/ 95
승운 전
Last seen 3 years ago
Member for 4 years, 3 months, 29 days
Difficulty Normal
thanks for your help Phil15 problem solved :)
Liked a comment created by Phil15 for forum post "Digits Multiplication, I can't fix assertion error"
`return b` not `return print(b)`.

`print(b)` display `b` but as a funtion, print returns `None`.

I
Here's my code def checkio(number: int) -> int: s = str(number) lst = [
Joined to CheckiO