Skip to content

Instantly share code, notes, and snippets.

@fatosmorina
Last active April 8, 2021 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatosmorina/4fff2e02a7a1ff9a60441ee7c71e495f to your computer and use it in GitHub Desktop.
Save fatosmorina/4fff2e02a7a1ff9a60441ee7c71e495f to your computer and use it in GitHub Desktop.
from datetime import timedelta, date
current_date = date.today()
future_date = current_date + timedelta(days = 90)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment