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
/
32.py
Beuys
Upload 47 files
e16247a
verified
over 2 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
167 Bytes
start_int =
1
stop_int =
6
step_int =
2
start_f =
1.0
stop_f =
6.0
step_f =
2.0
#错误写法:range(start_f,stop_f,step_f)
print
(
range
(start_int,stop_int,step_int))