Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Beuys
/
errorType
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d69b618
errorType
/
10.py
Beuys
Upload 47 files
e16247a
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
210 Bytes
male =
int
(
input
())
female =
int
(
input
())
total = male+female
ratio1 = male/total
ratio2 = female/total
print
(
"The male students ratio is %.2f,the female students ratio is %.2f"
%(ratio1*
100
, ratio2*
100
, total))