Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Beuys
/
errorType
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
errorType
File size: 96 Bytes
e16247a
1
2
3
lst = [
1
,
2
,
3
,
4
,
5
]
#错误写法:a,b,c,d = eval(lst[0:3])
a,b,c,d = lst[
0
],lst[
1
],lst[
2
],lst[
3
]