Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 453 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 453 Bytes

Python application

palindrome-date-calendar

A Python script that show on console the palindrome dates in a range of years

Prepare run

chmod ugo+wrx run.py

How to run

run python3 run.py --start 2000 --end 2050 >>output.txt

--start default value is 2000 --end default value is 2030 >> output.txt is optional