Write a function translate () that will translate a text into “rövarspråket” (Swedish for “robber’s language”). That is, double every consonant and place an occurrence of “o” in between. For example, translate (“this is fun”) should return the string “tothohisos isos fofunon”.
Write a function that takes a list of integers as an argument and returns a list of three of the integers whose sum is zero. Return an empty list if no such integers exists.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here