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
/
27.py
Beuys
Upload 47 files
e16247a
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
159 Bytes
# 使用一个input()即可,输入多个值1,2进行拆分
#错误写法:a,b = eval(input(),input())
a,b =
eval
(
input
())
y =
int
(a) +
int
(b)
print
(y)