My code is this:
import time import winsound frequency = 2500 duration = 1000 while time.perf_counter() < 5: print(time.perf_counter()) winsound.Bee