Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
level3-lesson21-diy1
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
891d0abe
authored
May 20, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
cd716042
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
my_cloud.py
my_cloud.py
View file @
891d0abe
month
=
int
(
input
(
'请输入月份'
))
if
month
>=
1
and
month
<=
3
:
print
(
'spring'
)
elif
month
==
4
or
month
==
5
or
month
==
6
:
print
(
'summer'
)
elif
month
==
7
or
month
==
8
or
month
==
9
:
print
(
'autumn'
)
else
:
print
(
'winter'
)
\ No newline at end of file
n
=
[
90
,
99
,
67
,
98
,
89
,
30
,
77
,
59
,
61
,
88
]
m
=
[
a
,
b
,
c
,
d
,
e
,
f
,
g
,
h
,
i
,
j
]
num
=
{}
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