Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ofelix03/d6c461f29503d11c41d3bf6fcc9ebad6 to your computer and use it in GitHub Desktop.
Save ofelix03/d6c461f29503d11c41d3bf6fcc9ebad6 to your computer and use it in GitHub Desktop.
Concatenating an f-string with a regular string literal
# Concatenates an f-string with a regular string literal
print(f"This is {first_name} {last_name}. " "He is from Ghana")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment