Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson14_1
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
36c91b8e
authored
Dec 25, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
05112a2e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
diy.py
diy.py
View file @
36c91b8e
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment