Date and Time Converter

Date and Time Converter

Computer date and time format consists only of numbers, for example: 21.05.2018 16:30.
Humans prefer to see something like this: 21 May 2018 year, 16 hours 30 minutes.
Your task is simple - convert the input date and time from computer format into a "human" format.

example

Input: Date and time as a string

Output: The same date and time, but in a more readable format as a string

Example:

assert date_time("01.01.2000...
You should be an authorized user in order to see the full description and start solving this mission.