ProjectWithSourceCodes
1.04K subscribers
276 photos
8 videos
43 files
1.31K links
Free Source Code Projects for Students πŸš€ | Python | Java | Android | Web Dev | AI/ML | Final Year Projects | BCA β€’ BTech β€’ MCA | Interview Prep | Job Alerts

Website: https://updategadh.com
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