Write a function that tells you if a number is even, using bitwise operation. — def is_even(x): return x & 1 == 0
G
1.2K
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