code-every-day

100 days of Code

Day Uno Python Fun Syntax

Just had fun with python on a js file (Yup it is hard to let Python go) Here is my fun code.. Hopefully it works.

/Coding in Python just to refresh my mind and be use to the syntax

// def isXEven(x) : // if x % 2 == 0: // print('x is even') // else : // print('x is odd') // return

// isXeven(55)