2012-04-25 Python2でCodeEvalのPrime Palindrome python codeeval 1000以下の素数で、回文となっている数字の最大値を出力せよという問題。 pythonで文字列の逆順は[::-1]