Skip to content

Instantly share code, notes, and snippets.

@utgwkk
Created February 28, 2019 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save utgwkk/dff5527ae4609030fe8c8dbe7ee4df7c to your computer and use it in GitHub Desktop.
Save utgwkk/dff5527ae4609030fe8c8dbe7ee4df7c to your computer and use it in GitHub Desktop.
ありえん良さみが深い
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