Skip to content

Instantly share code, notes, and snippets.

@kyletravis
Created June 15, 2016 20:21
Show Gist options
  • Save kyletravis/c716af87abcec090f62af419368414ce to your computer and use it in GitHub Desktop.
Save kyletravis/c716af87abcec090f62af419368414ce to your computer and use it in GitHub Desktop.
Test Blug
name = raw_input('What is your name?\n')
print 'Hi, %s.' % name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment