Created
June 27, 2013 08:35
-
-
Save flyser/5874930 to your computer and use it in GitHub Desktop.
What Dart does better than Python.
This file contains 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
def __init__(self, what, dart, does, better, than, python): | |
self.what = what | |
self.dart = dart | |
self.does = does | |
self.better = better | |
self.than = than | |
self.python = python |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment