Python Bit Shift o 3

print(int(input("Gimme number")) << 3)
Hemanta Bolakhe