I use this code to judge object can be hashed or not in python:
#hashable number1=1.2 #float number2=5 #int str1=\'123\'#str tuple1=(1,2,3)#tuple # unhashable li