Skip to content

Commit

Permalink
Add print of current version
Browse files Browse the repository at this point in the history
Because there is a lot of diffrent version
we need to know on which version is current
program
  • Loading branch information
raidgar98 committed Oct 25, 2022
1 parent ca39d2f commit 75b442d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions printer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from sys import argv

print("This is version 1.0")

DEFAULT_FILE_NAME = 'example.test.txt'
file_name = argv[1] if len(argv) > 1 else DEFAULT_FILE_NAME

Expand Down

0 comments on commit 75b442d

Please sign in to comment.