8465 shaares
203 private links
203 private links
Le code python écrit :
def LetsFaceIt(gender, ethnicity):
try:
if (gender != "Male")
chanceOfSTEMJob = "24%"
if (ethnicity != "White" and ethnicity != "Asian"):
chanceOfSTEMJob = "5%"
except:
logging.error("This is the STEM gap")
return chanceOfSTENJob