key2 = "down arrow" key = "up arrow" def main(): while True: if keyboard.is_pressed(key): dice_roll() ke