Created
January 1, 2024 10:25
-
-
Save adarshUC/98dd906d7d682ffa15d00af36fa44307 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