Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson16_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
d6f73c1b
authored
Feb 26, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
877b9eb9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
diy1.py
diy1.py
View file @
d6f73c1b
...
@@ -45,4 +45,7 @@ player=player("德意志国",350,50,400)
...
@@ -45,4 +45,7 @@ player=player("德意志国",350,50,400)
sov
=
country
(
"苏维埃联盟"
,
600
,
20
,
1000
)
sov
=
country
(
"苏维埃联盟"
,
600
,
20
,
1000
)
#ger.upgrade()
#ger.upgrade()
print
(
"国家"
+
player
.
name
+
"作战指挥连接成功,国家政党为"
+
"德意志民族社会主义工人党(法西斯主义)"
+
"陆军学说为"
+
"机动作战学说"
+
"空军学说为"
+
"战场支援学说"
)
print
(
"国家"
+
player
.
name
+
"作战指挥连接成功,国家政党为"
+
"德意志民族社会主义工人党(法西斯主义)"
+
"陆军学说为"
+
"机动作战学说"
+
"空军学说为"
+
"战场支援学说"
)
print
(
"当前军队level,hp,attack分别为"
,
player
.
level
,
player
.
hp
,
player
.
attack
)
player
.
combat
(
sov
)
player
.
combat
(
sov
)
while
1
:
print
(
1
)
\ No newline at end of file
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