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
Title: Code Quiz Time – Can You Answer This?

Post: Question:
What will be the output of this Python code?

def func(x=[]):
x.append(1)
return x

print(func())
print(func())
ο»Ώ
Options:
A. [1], [1]
B. [1], [1, 1]
C. Error
D. None of the above

Comment your answer & why!
First 3 correct replies get a shoutout on the channel!

#PythonQuiz #CodeChallenge #StudentsEngage@Projectwithsourcecodes
πŸŒƒ Evening Task for Students! Let’s Practice! πŸ‘¨β€πŸ’»πŸ§ 

Test your skills with this coding challenge:

πŸ”Έ Python Challenge
Write a Python function to check if a given number is Prime or not.
βœ… Bonus: Optimize it for performance!

def is_prime(n):
# Your code here

πŸ’¬ Drop your answer in the comments or DM us to get your code featured! πŸ’₯

πŸ“Œ Want more challenges like this?
Explore: Updategadh.com

#PythonChallenge #EveningTask #StudentDev #Updategadh #ProjectWithSourceCodes #CodeChallenge #TelegramCoding