Commit 020dec0b by BellCodeEditor

auto save

parent 5a1c1018
Showing with 6 additions and 0 deletions
a=input('Enter a date(mm/dd/yyyy)')
b,c,d=a.split('/')
e=['January','February','March','April','May','June','July','August','September','October','November','December']
b=e[int(b)-1]
print(b+',',c+',',d)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment