Python Bit Shift de 3

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