Skip to content

Instantly share code, notes, and snippets.

@fatosmorina
Last active April 12, 2021 03:01
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/350b311dab8d89a84e8225f5d5220784 to your computer and use it in GitHub Desktop.
Save fatosmorina/350b311dab8d89a84e8225f5d5220784 to your computer and use it in GitHub Desktop.
from datetime import timedelta, date
current_date = date.today()
future_date = current_date + timedelta(weeks = 15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment