generieren Sie Anzahl von N -Bits Python

import random 
random.getrandbits(n)
adriendums