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
05bc5fad
authored
Aug 02, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
3eb6c718
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
15 deletions
6666666666666666666666666.py
func.py
6666666666666666666666666.py
View file @
05bc5fad
rng
=
(
0
)
pug
=
(
0
)
uug
=
(
0
)
rng
=
0
pug
=
0
uug
=
0
for
i
in
range
(
100
):
pug
=
pug
+
1
int
(
pug
)
...
...
func.py
View file @
05bc5fad
total
=
[]
while
True
:
unit
=
input
(
"请输入:"
)
try
:
int
(
unit
)
except
:
print
(
"玩我呢 3.141592653587989426323"
)
else
:
total
.
append
(
unit
)
print
(
total
)
\ No newline at end of file
def
new_feng
():
total
=
[]
while
True
:
unit
=
input
(
"请输入:"
)
if
unit
==
'q'
:
break
try
:
unit
=
int
(
unit
)
except
:
print
(
"玩我呢"
)
else
:
total
.
append
(
unit
)
print
(
total
)
return
total
reversed
=
new_feng
()
print
(
reversed
)
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