Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
study_0723
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
antares
study_0723
Commits
01336fbc
Commit
01336fbc
authored
Sep 06, 2024
by
antares
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
163524
parent
3af3c724
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
0 deletions
+27
-0
0723_01.py
+24
-0
README.md
+3
-0
No files found.
0723_01.py
0 → 100644
View file @
01336fbc
# -*-coding:utf-8 -*- #
# ---------------------------------------------------------------------------
# ProjectName: Stage2
# FileName: 0723_01.py
# Author: Chain
# Datetime: 2024/7/23 8:42
# Description:
# ---------------------------------------------------------------------------
str1
=
"""<div>
<p>这是第一段文字</p>
</div>
"""
# print(str1)
str2
=
"hello"
# print(str2[0:4])
str3
=
"一二三四五六七八九十"
print
(
str3
[
3
:
1
:
-
1
])
print
(
str3
[
-
2
:
1
:
-
1
])
str0
=
'max'
str1
=
'min'
print
(
str0
,
str1
)
str0
,
str1
=
str1
,
str0
print
(
str0
,
str1
)
README.md
View file @
01336fbc
study0723 test
333333333
\ 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