Created
September 23, 2018 07:53
-
-
Save dineshsonachalam/f21e0378309417a54aca03da5ec7fe3a to your computer and use it in GitHub Desktop.
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
# Code for disabling space feature | |
print('z','o','h','o',sep='') # zoho | |
# For formatting a date | |
print('23','09','2018',sep='-') # 23-09-2018 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment