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
5430924d
authored
Oct 17, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
a5ab8815
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
__pycache__/func.cpython-37.pyc
func.py
swim.py
__pycache__/func.cpython-37.pyc
View file @
5430924d
No preview for this file type
func.py
View file @
5430924d
...
@@ -20,4 +20,4 @@ def abc(money):
...
@@ -20,4 +20,4 @@ def abc(money):
return
sb
return
sb
sb2
=
SB
()
sb2
=
SB
()
sb1
=
abc
(
sb2
)
sb1
=
abc
(
sb2
)
print
(
"你个B用掉了"
+
str
(
sb2
)
+
"元!!!!!扫这个B码还是SB金呢?"
)
#print("你个B用掉了" + str(sb1) + "元!!!!!扫这个B码还是SB金呢?")
\ No newline at end of file
\ No newline at end of file
swim.py
View file @
5430924d
import
func
import
func
SB1
=
func
.
SB
()
SB1
=
func
.
SB
()
SB2
=
func
.
abc
(
SB1
)
SB2
=
func
.
abc
(
data
)
print
(
"这位选手的总分为:"
+
str
(
SB2
))
print
(
"这位选手的总分为:"
+
str
(
sb2
))
\ No newline at end of file
\ 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