Computer Science, asked by justfaziii800, 4 days ago

Write a program that transforms numbers 1 , 2 , 3 , …, 12 into the corresponding month names January, February , March , …, December . Hint: Make a very long string “January February March ...”, in which you add spaces such that each month name has the same length. Then concatenate the characters of the month that you want. If you are bothered by the trailing spaces, use the strip method to remove them.

Answers

Answered by Anonymous
0

Hmm.. i know my códe is too long, it could be made short using various functions but since i don't know those functions.. i cann't make it like that.

Attachments:
Similar questions