a=5 c=int(input("Enter a num")) print(a&c, a|c) #bitwise and, bitwise or b=a>>c #Right shift d=a<