Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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
]