Commit 36c91b8e by BellCodeEditor

save project

parent 05112a2e
Showing with 8 additions and 3 deletions
...@@ -7,7 +7,12 @@ class HeroYingXiong: ...@@ -7,7 +7,12 @@ class HeroYingXiong:
def tuita(self): def tuita(self):
print('亚瑟正在推塔') print('亚瑟正在推塔')
def sharen(self): def sharen(self):
print('亚瑟正在杀人') print('亚瑟正在杀人')
def daye(self): def daye(self):
print('亚瑟正在打野') print('亚瑟正在打野')
pass def duncao(self):
print('亚瑟正在蹲草')
yase = HeroYingXiong()
yase.()duncao daye sharen tuita bubing
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment