Content
63 64 65 66 67 68 69 70 def isEven (x): evenNums 2 for i in range (x) if x in evenNums: return True else: return False
HTTP 418: I'm a teapot
The server identifies as a teapot now and is on a tea break, brb
HTTP 418: I'm a teapot
The server identifies as a teapot now and is on a tea break, brb
63 64 65 66 67 68 69 70 def isEven (x): evenNums 2 for i in range (x) if x in evenNums: return True else: return False