Created
August 9, 2017 22:15
-
-
Save WhiteRaBot/7c6cc91c63cb661e19177ec7e319e612 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
from understand import Newb | |
Newb.call_understand() |
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
class Newb: | |
def understand(self): | |
print("Test") | |
def call_understand(self): | |
self.understand() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment