Python Bit Shift por 3

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