date = datetime(2020, 2, 20) date += timedelta(days=1)  print(date)

Read more of this post