Home Forums Job Interview 후기 Google Mountain View – interview Questions Google Mountain View – interview Questions Name * Password * Email def reversy(setence): return ' '.join(setence.split()[::-1]) reversy('the black bird') I agree to the terms of service Comment