1 line
48 B
Text
1 line
48 B
Text
print([n : n in [1..100] | is_happy(n)](1..8));
|
print([n : n in [1..100] | is_happy(n)](1..8));
|