Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson11_4
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
abd7b099
authored
Jul 30, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
1e970b84
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
13 deletions
func.py
pppp.py
func.py
View file @
abd7b099
...
...
@@ -4,16 +4,10 @@ def new_input():
q
=
input
(
"请输入:"
)
if
q
==
'q'
:
break
try
:
q
=
int
(
q
)
except
:
print
(
"请输入一个数字!"
)
else
:
e
.
append
(
q
)
print
(
e
)
return
e
w
=
new_input
()
print
(
w
)
def
snm
(
pig
):
for
i
\ No newline at end of file
print
(
w
)
\ No newline at end of file
pppp.py
View file @
abd7b099
w
=
1
e
=
100
r
=
w
+
e
print
(
r
)
\ 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