Python Taskbook Level 5.8
Ask the user to enter a year. Get a list of dates for all Fridays ending in 13
th in the year entered.
Given a string of words, sort the words in alphabetical order.
Given a line with a date:
'2025-2-1'
Write code that will add zeros to the month and day if necessary:
'2025-02-01'
Write a program that will generate the following string:
'-1-2-3-4-5-'