From 48fc6e4af6a2bd5950828e4f9b5d0595fd5f4589 Mon Sep 17 00:00:00 2001 From: japinderofficial-hub Date: Mon, 27 Oct 2025 16:25:11 +0530 Subject: [PATCH] Create JapinderKaur_Hacktoberfest2025.py Create JapinderKaur_Hacktoberfest2025.py my first pull request --- JapinderKaur_Hacktoberfest2025.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 JapinderKaur_Hacktoberfest2025.py diff --git a/JapinderKaur_Hacktoberfest2025.py b/JapinderKaur_Hacktoberfest2025.py new file mode 100644 index 0000000..54f6ec9 --- /dev/null +++ b/JapinderKaur_Hacktoberfest2025.py @@ -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()