Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson11_5
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
674936e7
authored
Aug 27, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
4d01de91
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
1.py
__pycache__/func.cpython-37.pyc
func.py
1.py
View file @
674936e7
...
@@ -2,4 +2,4 @@ import func
...
@@ -2,4 +2,4 @@ import func
data
=
func
.
new_input
()
data
=
func
.
new_input
()
score
=
func
.
sum
(
data
)
score
=
func
.
sum
(
data
)
print
(
"该鲨臂的总分数是"
,
score
)
print
(
"该选手的总分数是"
,
score
)
\ No newline at end of file
\ No newline at end of file
__pycache__/func.cpython-37.pyc
View file @
674936e7
No preview for this file type
func.py
View file @
674936e7
...
@@ -7,7 +7,7 @@ def new_input():
...
@@ -7,7 +7,7 @@ def new_input():
try
:
try
:
a
=
int
(
unit
)
a
=
int
(
unit
)
except
:
except
:
print
(
"请输入一个整数啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊,
鲨臂,
我艹了"
)
print
(
"请输入一个整数啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊,我艹了"
)
else
:
else
:
total
.
append
(
a
)
total
.
append
(
a
)
#print(total)
#print(total)
...
...
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