Skip to content

Instantly share code, notes, and snippets.

@jerluc
Created January 23, 2016 00: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 jerluc/76a7965d54bd4d6dc509 to your computer and use it in GitHub Desktop.
Save jerluc/76a7965d54bd4d6dc509 to your computer and use it in GitHub Desktop.
first_name = 'Elliott'
last_name = 'Lucas'
# What does this output?
print(first_name + last_name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment