Write a function that tells you if a number is even, using bitwise operation. — def is_even(x): return x & 1 == 0
Your Commento.io account has been suspended. Go to the Commento dashboard to resolve this.
G
Google Interview
This flashcard deck made by jwasham contains knowledge about google interview. For more details, please follow https://github.com/jwasham/google-interview-university