first_object = Singleton(name='test1') second_object = Singleton(name='test2') print(first_object.name == second_object.name)
Last active
August 29, 2015 14:16
-
-
Save vi4m/ab296d0edfa641ebb10c to your computer and use it in GitHub Desktop.
exam-2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment