Recent content by mslate

  1. M

    Python What is the Python syntax for checking if a number is a palindrome?

    Thank you for the concise answer and style advice--your code certainly looks nicer :) I'll take the looping advice to heart
  2. M

    Python What is the Python syntax for checking if a number is a palindrome?

    I'm doing the http://projecteuler.net/" problems for garbages and giggles, and was working on problem 4 which requires finding the largest number palindrome (e.g. 10301, 54345) that is the product of two 3-digit numbers. Below is my code, and I'm pretty sure Python will reproduce the error...
Back
Top