x010
Follow
厚积薄发
0
Followers
0
Followings
Patron
Home
Archives
集合
python
python
Latest
Hottest
Most Commented
数据结构操作
列表 list Copy a=["a",1,9.9,True,None] c=a[0] #选中第一个 1 in a #判断a里面有没有1 a.append(10) #在末尾添加10 a.insert(0,"b") #在第0个后添加b,如果改成1就是在第1个后添加b a.pop()…
python
1 min
3 months ago
字符串操作
切片语法 sequence[start:stop] 下文中的 t 等效为 print Copy a ="12345" print(a[0])#输出第一个 print(a[-1])#输出最后一个 print(a[0:-1])#输出从0到最后一个值(不包括最后一个的值),如果把0…
python
1 min
3 months ago
Ownership of this blog data is guaranteed by blockchain and smart contracts to the creator alone.
Blockchain ID
#71066
Owner
0x3240548a8f3e75507ab6a55c17a7e9cfb194ca88
Transaction Hash
Creation 0x4a9230fd...01a4036379
Last Update 0x46db5fb6...daaf0cfebf
IPFS Address
ipfs://QmcPzuXoEdRyapmUJc7vWfF2SvgN4cERgzcCi7iEKcuQgW