Includes what not to do as well
This commit is contained in:
parent
9df4fa12dd
commit
1a378d22a3
1 changed files with 6 additions and 1 deletions
7
main.py
7
main.py
|
@ -1,4 +1,9 @@
|
|||
import time
|
||||
|
||||
print('This is my notes')
|
||||
print('This includes markdown files, and lots of python programs')
|
||||
print('And remember:\n')
|
||||
print('\nAnd remember, do this:\n')
|
||||
import this
|
||||
|
||||
print('\nAnd not that:\n')
|
||||
import that
|
||||
|
|
Loading…
Reference in a new issue