errorType / 20.py
Beuys's picture
Upload 47 files
e16247a verified
raw
history blame contribute delete
171 Bytes
male=int(input())
female=int(input())
mr=male/(male+female)*100
fr=female/(male+female)*100
print("The male students ratio is %.2f%%the female students ratio is%.2f%%"%())