Skip to content

Instantly share code, notes, and snippets.

Created September 26, 2012 13:39
Show Gist options
  • Save anonymous/3788098 to your computer and use it in GitHub Desktop.
Save anonymous/3788098 to your computer and use it in GitHub Desktop.
DasIch... Tutorials yummy yummy
class AB():
def function1(eingabe):
print(eingabe)
tokenDict = {'vE':function1}
a = AB()
test = a.tokenDict['vE']
test('Penis')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment