Created
January 1, 2024 10:25
-
-
Save adarshUC/1972f98d5a3d03e1f3f2f03753b0fa4b to your computer and use it in GitHub Desktop.
ahm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from time import strftime | |
year = strftime("%H%M") | |
print("Happy New Year", year) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment