Skip to content

Instantly share code, notes, and snippets.

@vihar
Created July 22, 2017 15:04
Show Gist options
  • Save vihar/1c07c0a2e85c1d1d4f5c1b84e55401d7 to your computer and use it in GitHub Desktop.
Save vihar/1c07c0a2e85c1d1d4f5c1b84e55401d7 to your computer and use it in GitHub Desktop.
name = "Agent 47"
code_number = 1011010
message = "Hey {}, your code number is {}.".format(name, code_number)
print(message)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment