Skip to content

Instantly share code, notes, and snippets.

@calina-c
Created November 29, 2016 17:16
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 calina-c/5e8c965962bc0240eab516cb7a180670 to your computer and use it in GitHub Desktop.
Save calina-c/5e8c965962bc0240eab516cb7a180670 to your computer and use it in GitHub Desktop.
return 'The number is ' + str(2) + '.'
return 'The number is %s.' % 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment