Remove extra import
This commit is contained in:
parent
718ffd69ff
commit
b4c4d01920
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -1,9 +1,9 @@
|
||||||
import time
|
|
||||||
|
|
||||||
print('This is my notes')
|
print('This is my notes')
|
||||||
print('This includes markdown files, and lots of python programs')
|
print('This includes markdown files, and lots of python programs')
|
||||||
print('\nAnd remember, do this:\n')
|
print('\nAnd remember, do this:\n')
|
||||||
import this
|
import this
|
||||||
|
|
||||||
|
# "that" must be installed from PyPI, there's not really any reason to though.
|
||||||
|
# It just says what not to do in Python.
|
||||||
print('\nAnd not that:\n')
|
print('\nAnd not that:\n')
|
||||||
import that
|
import that
|
||||||
|
|
Loading…
Reference in a new issue