5 lines
104 B
Text
5 lines
104 B
Text
!YS-v0
|
|
|
|
defn main(n=31337):
|
|
not =: when((n:S != n:S:reverse) ' not')
|
|
say: "$n is$not a palindrome."
|