You are viewing a single comment's thread. Return to all comments →
yes , this code is not working :(
n = 24 x = n % 2
if x != 0 or n in range(5, 21) and x == 0: print("weird")
else: print("Not Weird")
Seems like cookies are disabled on this browser, please enable them to open this website
Python If-Else
You are viewing a single comment's thread. Return to all comments →
yes , this code is not working :(
n = 24 x = n % 2
if x != 0 or n in range(5, 21) and x == 0: print("weird")
else: print("Not Weird")