print("string:", string) print("bit32:", bit32) print("bit32.band:", bit32.band) print("result of bit32.band: ", bit32.band(7, 5)) print("math:", math) print("result of math.pow: ", math.pow(7, 5))