Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions JapinderKaur_Hacktoberfest2025.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
def welcome_message():
print("🌸 Hello, Open Source World! 🌸")
print("I'm Japinder Kaur, and this is my first contribution for Hacktoberfest 2025!")
print("Excited to learn, grow, and collaborate with amazing developers! 🚀✨")
print("Let's make coding fun and meaningful together ❤️")

def hacktoberfest_spirit():
print("\n🔥 Hacktoberfest Spirit 🔥")
print("-> Code 💻")
print("-> Contribute 🤝")
print("-> Celebrate 🎉")
print("-> Repeat ♻️")
print("\nHappy Hacking and Happy Learning! 💪💻")

if __name__ == "__main__":
welcome_message()
hacktoberfest_spirit()