not
or
and
xor
~
|
&
^
skip
continue
break
pass
assert
for
while
if
exit
range()
input()
len()
list()
What is the output of following code
print( 5 in 515)
True
False
TypeError
ValueError