Created
February 28, 2019 08:57
-
-
Save utgwkk/dff5527ae4609030fe8c8dbe7ee4df7c to your computer and use it in GitHub Desktop.
ありえん良さみが深い
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 優勝(): | |
print("二郎からのセイク") | |
class 良さみがある: | |
ありえん = 10 | |
def __init__(self, depth): | |
self.depth = depth | |
def ありえん良さみが深い(self): | |
return self.depth > self.ありえん | |
魔剤 = 良さみがある(100) | |
if 魔剤.ありえん良さみが深い(): | |
優勝() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment