Сдвиг бита Python на 3

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