Created
June 19, 2014 01:56
-
-
Save SpencerCooley/c612cff5a6735ef9e7f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data = { | |
'character_id': { | |
'option': 'kill', | |
'comment': 'I would kill them because they have an annoying voice' | |
}, | |
'character_id': { | |
'option': 'marry', | |
'comment': 'I would marry them because they are much smarter. I would be living large.' | |
}, | |
'character_id': { | |
'option': 'fuck', | |
'comment': 'Look At Dat ASS!' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment