Abal or disabled for work ?


x=str(input(“enter the sex (male or female)-》”))
y=str(input(“enter the marital status-》”))
z=int(input(“enter the age-》”))
if x==’m’ and y==’y’:
print(“you can work in anywere”)
elif x==’f’ and y==’y’:
print(‘you can work in only unban areas’)
if z==20 and z==40:
print(‘you can work anywere’)
elif z==40 and z==60:
print(‘you can work only in unban areas’)
else:
print(‘error’)


Leave a comment

Design a site like this with WordPress.com
Get started