We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6001f commit 739fdfeCopy full SHA for 739fdfe
1 file changed
newyearsol/new_year_countdown.py
@@ -0,0 +1,10 @@
1
+import time
2
+
3
+print("🎉 Welcome to the New Year Countdown 🎉\n")
4
5
+for i in range(10, 0, -1):
6
+ print(i)
7
+ time.sleep(1)
8
9
+print("\n✨✨✨ HAPPY NEW YEAR 2026 ✨✨✨")
10
+print("🎊 May this year bring you success, happiness, and good health 🎊")
0 commit comments