Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created May 8, 2017 19:58
Show Gist options
  • Save deque-blog/329717e87fb99aad0e9af585e128beb4 to your computer and use it in GitHub Desktop.
Save deque-blog/329717e87fb99aad0e9af585e128beb4 to your computer and use it in GitHub Desktop.
apples = 4
print(f"I have {apples} apples")
# Outputs:
I have 4 apples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment