⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
document
All Projects
document
Overview
Activity
Issues
Spent time
Gantt
Calendar
News
Documents
Wiki
Files
Download (181 Bytes)
Files
» 容器.py
UserName LastName
, 01/17/2025 09:51 AM
# 1.字符串
str
=
"abcde"
# 2.元组
tuple
=
(
a
,
b
,
c
,
d
,
e
)
# 3.列表
list
=
[
a
,
b
,
c
,
d
,
e
]
# 4.字典
dict
=
{
"a"
:
2
,
"b"
:
6
}
# 5.集合
set
=
{
a
,
f
,
e
,
b
,
m
}
« Previous
1
…
95
96
97
98
99
…
437
Next »
(97-97/437)
Loading...