Skip to content

Commit a91391a

Browse files
committed
Add instructions at the start of the program
1 parent 85eba54 commit a91391a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

my_sqlite.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
from my_sqlite.runner import QueryRunner
55

66
if __name__ == '__main__':
7+
print('\nmy_sqlite: SELECT | INSERT | UPDATE | DELETE')
8+
print('To exit the application, use CTRL + D.\n')
79
try:
810
while True:
911
lines, line = [], ''

0 commit comments

Comments
 (0)