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
7413adec
authored
Apr 16, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
b8e2400f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
5 deletions
__pycache__/func.cpython-37.pyc
aaadfafafaef.py
akewdfkqhgfed
func.py
__pycache__/func.cpython-37.pyc
0 → 100644
View file @
7413adec
File added
aaadfafafaef.py
0 → 100644
View file @
7413adec
import
func
data
=
func
.
new_input
()
score
=
func
.
new_input
()
print
(
"这位选手的总分数为:"
+
str
(
score
))
\ No newline at end of file
akewdfkqhgfed
0 → 100644
View file @
7413adec
import func
data = func.new_input()
score = func.new_input()
print("这位选手的总分数为:"+str(score))
\ No newline at end of file
func.py
View file @
7413adec
...
@@ -28,7 +28,3 @@ pay = sum(price)
...
@@ -28,7 +28,3 @@ pay = sum(price)
print
(
"您一共消费了"
+
str
(
pay
)
+
"元!扫码还是现金?"
)
print
(
"您一共消费了"
+
str
(
pay
)
+
"元!扫码还是现金?"
)
import
func
data
=
func
.
new_input
()
score
=
func
.
new_input
()
print
(
"这位选手的总分数为:"
+
str
(
score
))
\ 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