Recent content by mslate
-
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- mslate
- Post #4
- Forum: Programming and Computer Science
-
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...- mslate
- Thread
- Python Recursion
- Replies: 8
- Forum: Programming and Computer Science