from datetime import datetime as dt inputDate = dt.strptime(input(), '%Y/%m/%d') #戻す時にフォーマット処理 print(inputDate.strftime('%Y/%m/%d'))