isSexyPerson x = if x == "Oda"
then x ++ " is indeed sexy!"
else "The sexiness of " ++ x ++ " is unknown."Most useful.
isSexyPerson x = if x == "Oda"
then x ++ " is indeed sexy!"
else "The sexiness of " ++ x ++ " is unknown."Most useful.