ProjectWithSourceCodes
365 subscribers
89 photos
5 videos
19 files
573 links
Projects with source code | Android | Java | LLM | Python | Ai | JSP | Php |

Website https://updategadh.com
Admin https://t.me/Rishabhsaini0204
New project
https://www.youtube.com/c/decodeit2
Download Telegram
Title: Quick Code Challenge – Show Your Skills!

Post:
Let’s see who can crack this Python challenge first!

Problem:
Write a Python function to check if a number is a palindrome (same forward & backward).

Example:
121 → Palindrome
123 → Not a Palindrome

Bonus: Try without converting the number to a string!

Comment below your code or solution!
I’ll give shoutouts to the first 3 correct answers.

def is_palindrome(num):
# Your code here


#CodeChallenge #Python #CollegeCoder