a = int(input("enter the code for the item:"))
if a = ('100')
print ("The item you have selected is a Refrigirator")
getting error in line 2
a = int(input("enter the code for the item:"))
if a = ('100')
print ("The item you have selected is a Refrigirator")
getting error in line 2