[Type C]Q8. Write a program that reads a date as an integer in the format MMDDYY. The program will call a function that prints out the date in the format: 25 December 2019.

Program code:

Output:

Clear Doubts with Computer Tutor
In case you’re facing problems in understanding concepts, writing programs, solving questions, want to learn fun facts | tips | tricks or absolutely anything around computer science, feel free to join CTs learner-teacher community: students.computertutor.in

September 06 2019

Numbered date input is input from user.

A list containing all months is created.

The input is split and scanned and appropriate format is displayed.

Basic python functionality is demonstrated in above program.

To view all the lessons in chapter 1: http://computertutor.in/class-12-computer-science/chapter-1/

To view entire class 12 computer science study material: http://computertutor.in/resources/

You cannot copy content of this page