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