Question: using basic arithmetic Once again, this can be achieved with basic arithmetic. Date format swap In Europe, we generally write dates in the format DDMMYY.
Once again, this can be achieved with basic arithmetic. Date format swap In Europe, we generally write dates in the format DDMMYY. In the US, the format MMDDY is used. Task Standard input consists of a six-digit number representing a date. Write a Python script named date-format-swap.py which swaps the format of the date between the European and the US format. You need not censider the possibility of leading zeros in the date. Example standard input
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
