Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson4_1
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
0731deb9
authored
Jun 11, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
6ac8aa87
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
0 deletions
123.py
reytrtjhttt.py
tytrgfdf.py
123.py
0 → 100644
View file @
0731deb9
print
(
250
)
\ No newline at end of file
reytrtjhttt.py
0 → 100644
View file @
0731deb9
list
\ No newline at end of file
tytrgfdf.py
0 → 100644
View file @
0731deb9
list
=
[
"搜索"
,
"改变风格和他"
,
"250"
,
"回归"
,
250
]
print
(
list
)
print
(
list
[
2
])
list
[
4
]
=
"傻子"
print
(
list
)
list
.
insert
(
1
,
"太阳"
)
print
(
list
)
list
.
clear
()
print
(
list
)
a
=
11
if
a
%
2
==
0
print
(
"偶数"
)
else
:
print
(
"奇数"
)
a
=
a
=
20
print
(
a
)
\ 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