Guest User

Untitled

a guest
Jan 12th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. # On the Mac OS
  2. * PyCharm -> Preferences -> Editor -> File and Code Templates
  3. * Select: **Python Script** template and add multiple lines
  4.  
  5. ```python
  6. #!/usr/bin/env python
  7.  
  8. """
  9. name = ${NAME}
  10. author = ${USER}
  11. date = ${DATE} ${TIME}
  12. """
  13.  
  14.  
  15. ```
Add Comment
Please, Sign In to add comment