from datetime import datetime as dt inputDate = dt.strptime(input(), '%Y/%m/%d') print(inputDate )