Skip to content

Instantly share code, notes, and snippets.

@dineshsonachalam
Created September 23, 2018 07:53
Show Gist options
  • Save dineshsonachalam/f21e0378309417a54aca03da5ec7fe3a to your computer and use it in GitHub Desktop.
Save dineshsonachalam/f21e0378309417a54aca03da5ec7fe3a to your computer and use it in GitHub Desktop.
# 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