This repository has been archived on 2021-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
CAHomework/Homework 9/ex1.py

6 lines
94 B
Python

def even(x):
if x & 0x01 == 0:
return 1 // even
else:
return 0 // odd