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
/
32.py
Beuys
Upload 47 files
e16247a
verified
about 1 year ago
raw
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))