Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson9_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
547cffa2
authored
Aug 02, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
ab085e92
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
0 deletions
dgf.py
jdd.py
sjhf.py
skury.py
wh.py
dgf.py
0 → 100644
View file @
547cffa2
今天的题:把
1
到
100
之间的所有奇数找出并输出来。
i
=
1
while
i
<=
100
:
if
(
i
+
2
)
==
0
:
print
(
i
)
i
<=
1
jdd.py
0 → 100644
View file @
547cffa2
i
=
1
while
i
<=
100
:
if
(
i
%
2
)
==
0
:
print
(
i
)
i
<=
1
\ No newline at end of file
sjhf.py
0 → 100644
View file @
547cffa2
name
=
(
"请输入您的名字:"
)
xuehao
=
(
"请输入您的学号:"
)
print
(
"名字:+name+"
,
"学号:+xuehao+"
)
\ No newline at end of file
skury.py
0 → 100644
View file @
547cffa2
i
=
1
diy
=
0
while
i
<=
100
:
diy
+=
i
i
+=
1
print
(
diy
)
\ No newline at end of file
wh.py
0 → 100644
View file @
547cffa2
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